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 class.

Overload List

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

Initializes an instance of the InvalidComObjectException with a message.

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

Initializes an instance of the InvalidComObjectException with a message and the reason for the exception.

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

See Also

InvalidComObjectException Class | InvalidComObjectException Members | System.Runtime.InteropServices Namespace