Share via


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)

Inheritance Hierarchy

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

Syntax

public class ErrorPageModel
public ref class ErrorPageModel 
type ErrorPageModel = class end
Public Class ErrorPageModel

Constructors

Name Description
System_CAPS_pubmethod ErrorPageModel()

Initializes a new instance of the ErrorPageModel class.

Properties

Name Description
System_CAPS_pubproperty Cookies

Request cookies

System_CAPS_pubproperty Environment

The request environment

System_CAPS_pubproperty ErrorDetails

Detailed information about each exception in the stack

System_CAPS_pubproperty Headers

Request headers

System_CAPS_pubproperty Options

Options for what output to display.

System_CAPS_pubproperty Query

Parsed query data

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Thread Safety

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

See Also

Microsoft.Owin.Diagnostics.Views Namespace

Return to top