CommonErrorData.TypeName Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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