Creates a new instance of the TypeLoadException with a specified message.
[Visual Basic] Overloads Public Sub New( _ ByVal message As String _ ) [C#] public TypeLoadException( string message ); [C++] public: TypeLoadException( String* message ); [JScript] public function TypeLoadException( message : String );
TypeLoadException inherits from the Exception class. This constructor sets the properties of the TypeLoadException object as follows:
Property Type | Condition |
---|---|
InnerException | null |
Message | The message string. |
TypeLoadException Class | TypeLoadException Members | System Namespace | TypeLoadException Constructor Overload List