Creates a new instance of the TypeLoadException class.
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();
Creates a new instance of the TypeLoadException with a specified message.
[Visual Basic] Overloads Public Sub New(String)
[C#] public TypeLoadException(String);
[C++] public: TypeLoadException(String*);
[JScript] public function TypeLoadException(String);
Creates a new instance of the TypeLoadException 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 TypeLoadException(String, Exception);
[C++] public: TypeLoadException(String*, Exception);
[JScript] public function TypeLoadException(String, Exception);
TypeLoadException Class | TypeLoadException Members | System Namespace