HttpAntiForgeryException Constructeurs
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.
Surcharges
HttpAntiForgeryException() |
Ce membre prend en charge l’infrastructure .NET Framework et n’est pas destiné à être utilisé directement à partir de votre code. Initialise une nouvelle instance de la HttpAntiForgeryException classe . |
HttpAntiForgeryException(String) |
Ce membre prend en charge l'infrastructure .NET Framework et n'est pas destiné à être utilisé directement à partir de votre code. Initialise une nouvelle instance de la classe HttpAntiForgeryException. |
HttpAntiForgeryException(String, Exception) |
Ce membre prend en charge l'infrastructure .NET Framework et n'est pas destiné à être utilisé directement à partir de votre code. Initialise une nouvelle instance de la classe HttpAntiForgeryException. |
HttpAntiForgeryException()
Ce membre prend en charge l’infrastructure .NET Framework et n’est pas destiné à être utilisé directement à partir de votre code. Initialise une nouvelle instance de la HttpAntiForgeryException classe .
public HttpAntiForgeryException ();
Public Sub New ()
S’applique à
HttpAntiForgeryException(String)
Ce membre prend en charge l'infrastructure .NET Framework et n'est pas destiné à être utilisé directement à partir de votre code. Initialise une nouvelle instance de la classe HttpAntiForgeryException.
public HttpAntiForgeryException (string message);
new System.Web.Mvc.HttpAntiForgeryException : string -> System.Web.Mvc.HttpAntiForgeryException
Public Sub New (message As String)
Paramètres
- message
- String
Message contenant l'élément.
S’applique à
HttpAntiForgeryException(String, Exception)
Ce membre prend en charge l'infrastructure .NET Framework et n'est pas destiné à être utilisé directement à partir de votre code. Initialise une nouvelle instance de la classe HttpAntiForgeryException.
public HttpAntiForgeryException (string message, Exception innerException);
new System.Web.Mvc.HttpAntiForgeryException : string * Exception -> System.Web.Mvc.HttpAntiForgeryException
Public Sub New (message As String, innerException As Exception)
Paramètres
- message
- String
Message.
- innerException
- Exception
Exception interne.