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!

SafeArrayTypeMismatchException Constructor (String)

[To be supplied.]

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

Parameters

message
[To be supplied.]

See Also

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