ErrorPageModel Class
Holds data to be displayed on the error page.
Assembly: Microsoft.Owin.Diagnostics (in Microsoft.Owin.Diagnostics.dll)
| Name | Description | |
|---|---|---|
![]() | ErrorPageModel() | Initializes a new instance of the ErrorPageModel class. |
| 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 |
| 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.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:


