HttpError.MessageDetail Property

Definition

A detailed description of the error intended for the developer to understand exactly what failed.

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

Property Value

A detailed description of the error intended for the developer to understand exactly what failed.

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