Mono Class Library: System.TypeInitializationException Overview | Members

System.TypeInitializationException.TypeName Property

Gets the fully qualified name of the type that causes the exception. [Edit]

public string TypeName { get; }

Value

A string that contains the fully qualified name of the type that caused the exception. [Edit]

Remarks

This property is read-only.

The TypeInitializationException.TypeName property returns the same value as was passed into the constructor.

[Edit]

Requirements

Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0