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 (String)

Initializes an instance of the InvalidComObjectException with a message.

[Visual Basic]
Overloads Public Sub New( _
   ByVal message As String _
)
[C#]
public InvalidComObjectException(
   string message
);
[C++]
public: InvalidComObjectException(
   String* message
);
[JScript]
public function InvalidComObjectException(
   message : String
);

Parameters

message
The message identifies the reason the exception occurred.

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 message string.

See Also

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