ErrorPageModel Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
This type is for internal use only and will be removed in a future version.
Holds data to be displayed on the error page.
public ref class ErrorPageModel
public class ErrorPageModel
[System.Obsolete("This type is for internal use only and will be removed in a future version.")]
public class ErrorPageModel
type ErrorPageModel = class
[<System.Obsolete("This type is for internal use only and will be removed in a future version.")>]
type ErrorPageModel = class
Public Class ErrorPageModel
- Inheritance
-
ErrorPageModel
- Attributes
Constructors
ErrorPageModel() |
Properties
Cookies |
Request cookies. |
ErrorDetails |
Detailed information about each exception in the stack. |
Headers |
Request headers. |
Options |
Options for what output to display. |
Query |
Parsed query data. |