| |||||
Exception.Source PropertySystem Namespace Exception Class Returns or sets the name of the application or the object that causes the error. [ VB ] <Serializable> <ClassInterface ( ClassInterfaceType.AutoDual ) > Overridable Public Property Source As String [ C# ] [ Serializable ] [ ClassInterface ( ClassInterfaceType.AutoDual ) ] public virtual string Source {get; set;} [ C++ ] [ Serializable ] [ ClassInterface ( ClassInterfaceType.AutoDual ) ] public: __property virtual String* get_Source ( ); public: __property virtual void set_Source ( String* ); [ JScript ] public Serializable ClassInterface ( ClassInterfaceType.AutoDual ) function get Source ( ) : String; public function set Source ( String ); Property ValueThe name of the application or the object that causes the error. RemarksIf Source is not set, the name of the assembly where the exception originated is returned. See Also |
| ||||
Check out related books at Amazon
© 2000-2008 Rey Nuñez All rights reserved.
If you have any question, comment or suggestion
about this site, please send us a note
You can help support aspxtreme