ErrorPageModel Class

 

Holds data to be displayed on the error page.

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

System::Object
  Microsoft.Owin.Diagnostics.Views::ErrorPageModel

public ref class ErrorPageModel 

NameDescription
System_CAPS_pubmethodErrorPageModel()

Initializes a new instance of the ErrorPageModel class.

NameDescription
System_CAPS_pubpropertyCookies

Request cookies

System_CAPS_pubpropertyEnvironment

The request environment

System_CAPS_pubpropertyErrorDetails

Detailed information about each exception in the stack

System_CAPS_pubpropertyHeaders

Request headers

System_CAPS_pubpropertyOptions

Options for what output to display.

System_CAPS_pubpropertyQuery

Parsed query data

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_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: