ErrorPageOptions Class

 

Options for the ErrorPageMiddleware

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

System::Object
  Microsoft.Owin.Diagnostics::ErrorPageOptions

public ref class ErrorPageOptions 

NameDescription
System_CAPS_pubmethodErrorPageOptions()

Create an instance with the default options settings.

NameDescription
System_CAPS_pubpropertySystem_CAPS_staticShowAll

Returns a new instance of ErrorPageOptions with all visibility options enabled by default.

System_CAPS_pubpropertyShowCookies

Enables the enumeration of any parsed request cookies.

System_CAPS_pubpropertyShowEnvironment

Enables the enumeration of the OWIN environment values.

System_CAPS_pubpropertyShowExceptionDetails

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

System_CAPS_pubpropertyShowHeaders

Enables the enumeration of the request headers.

System_CAPS_pubpropertyShowQuery

Enables the enumeration of any parsed query values.

System_CAPS_pubpropertyShowSourceCode

Enabled the display of local source code around exception stack frames.

System_CAPS_pubpropertySourceCodeLineCount

Determines how many lines of code to include before and after the line of code present in an exception's stack frame. Only applies when symbols are available and source code referenced by the exception stack trace is present on the server.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodSetDefaultVisibility(Boolean)

Sets the default visibility for options not otherwise specified.

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: