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!

TypeLoadException Constructor (String)

Creates a new instance of the TypeLoadException with a specified message.

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

Parameters

message
A message providing the reason that the exception occurred.

Remarks

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

Property Type Condition
InnerException null
Message The message string.

See Also

TypeLoadException Class | TypeLoadException Members | System Namespace | TypeLoadException Constructor Overload List