Share via


CommonErrorData.TypeName Property

Definition

Gets or sets the type of error (e.g. the full type name of the exception thrown).

[System.Runtime.Serialization.DataMember(Name="type", Order=0)]
public string TypeName { get; set; }
[System.Runtime.Serialization.DataMember(Name="type", Order=0)]
public string? TypeName { get; set; }
[<System.Runtime.Serialization.DataMember(Name="type", Order=0)>]
member this.TypeName : string with get, set
Public Property TypeName As String

Property Value

Attributes

Applies to