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!

COMException Constructor ()

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

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

Remarks

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

Property Value
InnerException null
Message The empty string.

See Also

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