Share via


ErrorPageOptions.ShowExceptionDetails Property

 

Enables the display of exception types, messages, and stack traces.

Namespace:   Microsoft.Owin.Diagnostics
Assembly:  Microsoft.Owin.Diagnostics (in Microsoft.Owin.Diagnostics.dll)

Syntax

public bool ShowExceptionDetails { get; set; }
public:
property bool ShowExceptionDetails {
    bool get();
    void set(bool value);
}
member ShowExceptionDetails : bool with get, set
Public Property ShowExceptionDetails As Boolean

Property Value

Type: System.Boolean

Returns Boolean.

See Also

ErrorPageOptions Class
Microsoft.Owin.Diagnostics Namespace

Return to top