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!

TypeUnloadedException Constructor

Initializes a new instances of the TypeUnloadedException class.

Overload List

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

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

Initializes a new instance of the TypeUnloadedException with a specified message

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

Initializes a new instance of the classUnloadedException class 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 TypeUnloadedException(String, Exception);
[C++] public: TypeUnloadedException(String*, Exception);
[JScript] public function TypeUnloadedException(String, Exception);

See Also

TypeUnloadedException Class | TypeUnloadedException Members | System Namespace