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();
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. |
TypeLoadException Class | TypeLoadException Members | System Namespace | TypeLoadException Constructor Overload List