TypeInitializationException.TypeName Property

Definition

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

Property Value

The fully qualified name of the type that fails to initialize.

Applies to