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 | |
---|---|---|
![]() |
ErrorPageModel() | Initializes a new instance of the ErrorPageModel class. |
Properties
Name | Description | |
---|---|---|
![]() |
Cookies | Request cookies |
![]() |
Environment | The request environment |
![]() |
ErrorDetails | Detailed information about each exception in the stack |
![]() |
Headers | Request headers |
![]() |
Options | Options for what output to display. |
![]() |
Query | Parsed query data |
Methods
Name | Description | |
---|---|---|
![]() |
Equals(Object) | (Inherited from Object.) |
![]() |
Finalize() | (Inherited from Object.) |
![]() |
GetHashCode() | (Inherited from Object.) |
![]() |
GetType() | (Inherited from Object.) |
![]() |
MemberwiseClone() | (Inherited from Object.) |
![]() |
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