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 with default properties.

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

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 empty string.

See Also

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