| |||||
Exception ConstructorSystem Namespace Exception Class Initializes a new instance of the Exception class. Overload List1. Initializes a new instance of the Exception class with default properties. [ VB ] Overloads Public Sub New ( )
[ C# ] public Exception ( );
[ C++ ] public: Exception ( );
[ JScript ] public function Exception ( );
2. Initializes a new instance of the Exception class with a specified error message. [ C# ] public Exception ( string );
[ C++ ] public: Exception ( String* );
[ JScript ] public function Exception ( String );
3. Initializes a new instance of the Exception class with a specified error message and a reference to the inner exception that is the root cause of this exception. 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