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

Creates a new instance of the TypeLoadException class.

Overload List

Creates a new instance of the TypeLoadException with default properties.

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

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

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

Creates a new instance of the TypeLoadException with a specified message and the exception that is the root cause of this exception.

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

See Also

TypeLoadException Class | TypeLoadException Members | System Namespace