Share via


ErrorPageModel Class

Provides model for ErrorPage.

Inheritance Hierarchy

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

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

Syntax

'Declaration
Public Class ErrorPageModel
'Usage
Dim instance As ErrorPageModel
public class ErrorPageModel
public ref class ErrorPageModel
type ErrorPageModel =  class end
public class ErrorPageModel

The ErrorPageModel type exposes the following members.

Constructors

  Name Description
Public method ErrorPageModel Initializes a new instance of the ErrorPageModel class.

Top

Properties

  Name Description
Public property Cookies Gets or sets the collection of request cookie.
Public property Environment Gets or sets the OWIN environment.
Public property ErrorDetails Detailed information about each exception in the stack.
Public property Headers Gets or sets the response headers.
Public property Options Options for what output to display.
Public property Query Gets or sets the request query string.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

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

Reference

Microsoft.Owin.Diagnostics.Views Namespace