NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Exception Constructor ()

Initializes a new instance of the Exception class with default properties.

[Visual Basic]
Overloads Public Sub New()
[C#]
public Exception();
[C++]
public: Exception();
[JScript]
public function Exception();

Exceptions

Exception Type Condition
Exception.InnerException null
Exception.Message The empty string.

Remarks

All the derived classes should provide this default constructor.

Note that the stack trace is not started until the exception is thrown.

See Also

Exception Class | Exception Members | System Namespace | Exception Constructor Overload List