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

'Declaration
Public Property ShowExceptionDetails As Boolean 
    Get 
    Set
'Usage
Dim instance As ErrorPageOptions 
Dim value As Boolean 

value = instance.ShowExceptionDetails

instance.ShowExceptionDetails = value
public bool ShowExceptionDetails { get; set; }
public:
property bool ShowExceptionDetails {
    bool get ();
    void set (bool value);
}
member ShowExceptionDetails : bool with get, set
function get ShowExceptionDetails () : boolean 
function set ShowExceptionDetails (value : boolean)

Property Value

Type: System.Boolean

See Also

Reference

ErrorPageOptions Class

Microsoft.Owin.Diagnostics Namespace