Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Initializes a new instance of the ExceptionContext class for the specified exception by using the specified controller context.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Syntax
'Declaration
Public Sub New ( _
controllerContext As ControllerContext, _
exception As Exception _
)
public ExceptionContext(
ControllerContext controllerContext,
Exception exception
)
public:
ExceptionContext(
ControllerContext^ controllerContext,
Exception^ exception
)
Parameters
- controllerContext
Type: System.Web.Mvc.ControllerContext
The controller context.
- exception
Type: System.Exception
The exception.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | The exception parameter is null reference (Nothing in Visual Basic). |