HttpError.ExceptionType Property

Definition

The type of the Exception if available.

public string ExceptionType { get; set; }
member this.ExceptionType : string with get, set
Public Property ExceptionType As String

Property Value

The type of the Exception if available.

Remarks

The inclusion of this field is controlled by the error detail policy. The field is expected to contain information about the server or the application that should not be disclosed broadly.

Applies to