ErrorPage Constructors
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.
Overloads
| ErrorPage() | |
| ErrorPage(ErrorPageModel) |
ErrorPage()
public:
ErrorPage();
public ErrorPage ();
Public Sub New ()
Applies to
ErrorPage(ErrorPageModel)
public:
ErrorPage(Microsoft::AspNetCore::Diagnostics::Views::ErrorPageModel ^ model);
public ErrorPage (Microsoft.AspNetCore.Diagnostics.Views.ErrorPageModel model);
new Microsoft.AspNetCore.Diagnostics.Views.ErrorPage : Microsoft.AspNetCore.Diagnostics.Views.ErrorPageModel -> Microsoft.AspNetCore.Diagnostics.Views.ErrorPage
Public Sub New (model As ErrorPageModel)
Parameters
- model
- ErrorPageModel