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!

ArrayTypeMismatchException Constructor

Initializes a new instance of the ArrayTypeMismatchException class.

Overload List

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

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

Initializes a new instance of the ArrayTypeMismatchException class with a specified message.

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

Initializes a new instance of the ArrayTypeMismatchException class with a specified message and exception.

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

See Also

ArrayTypeMismatchException Class | ArrayTypeMismatchException Members | System Namespace