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