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!

ExternalException Constructor ()

Initializes a new instance of the ExternalException class.

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

Remarks

ExternalException inherits from the Exception class. This constructor sets the properties of the Exception object as follows:

Property Type Condition
InnerException a null reference (in Visual Basic Nothing).
Message The empty string.

See Also

ExternalException Class | ExternalException Members | System.Runtime.InteropServices Namespace | ExternalException Constructor Overload List