HandleErrorInfo Constructor (Exception, String, String)
Initializes a new instance of the HandleErrorInfo class.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Parameters
- exception
-
Type:
System.Exception
The exception.
- controllerName
-
Type:
System.String
The name of the controller.
- actionName
-
Type:
System.String
The name of the action.
| Exception | Condition |
|---|---|
| ArgumentNullException | The exception parameter is null. |
| ArgumentException | The controllerName or actionName parameter is null or empty. |
Show: