HandleErrorInfo(Exception, String, String) Constructeur
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Initialise une nouvelle instance de la classe HandleErrorInfo.
public HandleErrorInfo (Exception exception, string controllerName, string actionName);
new System.Web.Mvc.HandleErrorInfo : Exception * string * string -> System.Web.Mvc.HandleErrorInfo
Public Sub New (exception As Exception, controllerName As String, actionName As String)
Paramètres
- exception
- Exception
Exception.
- controllerName
- String
Nom du contrôleur.
- actionName
- String
Nom de l’action.
Exceptions
Le paramètre exception
est null.
Le controllerName
paramètre ou actionName
est null ou vide.