TypeInitializationException.TypeName 属性

定义

获取未能初始化类型的完全限定名。

public:
 property System::String ^ TypeName { System::String ^ get(); };
public string TypeName { get; }
member this.TypeName : string
Public ReadOnly Property TypeName As String

属性值

String

未能初始化类型的完全限定名。

适用于