Initializes a new instances of the TypeUnloadedException class.
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);
TypeUnloadedException Class | TypeUnloadedException Members | System Namespace