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!

InvalidComObjectException Constructor ()

Initializes an instance of the InvalidComObjectException with default properties.

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

Remarks

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

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

See Also

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