ExceptionResult.IncludeErrorDetail Property

 

Gets a value indicating whether the error should include exception messages.

Namespace:   System.Web.Http.Results
Assembly:  System.Web.Http (in System.Web.Http.dll)

Syntax

public bool IncludeErrorDetail { get; }
public:
property bool IncludeErrorDetail {
    bool get();
}
member IncludeErrorDetail : bool with get
Public ReadOnly Property IncludeErrorDetail As Boolean

Property Value

Type: System.Boolean

Returns Boolean.

See Also

ExceptionResult Class
System.Web.Http.Results Namespace

Return to top