HttpError.InnerException Property

Definition

The inner Exception associated with this instance if available.

public System.Web.Http.HttpError InnerException { get; }
member this.InnerException : System.Web.Http.HttpError
Public ReadOnly Property InnerException As HttpError

Property Value

The inner Exception associated with this instance 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