TypeInitializationException.TypeName 属性
定义
获取未能初始化类型的完全限定名。Gets the fully qualified name of the type that fails to initialize.
public:
property System::String ^ TypeName { System::String ^ get(); };
public string TypeName { get; }
member this.TypeName : string
Public ReadOnly Property TypeName As String
属性值
未能初始化类型的完全限定名。The fully qualified name of the type that fails to initialize.