HttpError.ExceptionMessage 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.
The message of the Exception if available.
public string ExceptionMessage { get; set; }
member this.ExceptionMessage : string with get, set
Public Property ExceptionMessage As String
Property Value
The message 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.