Holds the fully resolved name of the type that resulted in the exception.
[Visual Basic] Overridable Public ReadOnly Property TypeName As String [C#] public string TypeName {virtual get;} [C++] public: __property virtual String* get_TypeName(); [JScript] public function get TypeName() : String;
Read-only.
The TypeName property returns a fully qualified type name that caused the exception.
TypeLoadException Class | TypeLoadException Members | System Namespace