Freigeben über


AntiforgeryValidationException Konstruktoren

Definition

Überlädt

AntiforgeryValidationException(String)

Erstellt eine neue instance von AntiforgeryValidationException mit der angegebenen Ausnahmemeldung.

AntiforgeryValidationException(String, Exception)

Erstellt eine neue instance von AntiforgeryValidationException mit der angegebenen Ausnahmemeldung und der angegebenen inneren Ausnahme.

AntiforgeryValidationException(String)

Quelle:
AntiforgeryValidationException.cs
Quelle:
AntiforgeryValidationException.cs
Quelle:
AntiforgeryValidationException.cs

Erstellt eine neue instance von AntiforgeryValidationException mit der angegebenen Ausnahmemeldung.

public:
 AntiforgeryValidationException(System::String ^ message);
public AntiforgeryValidationException (string message);
new Microsoft.AspNetCore.Antiforgery.AntiforgeryValidationException : string -> Microsoft.AspNetCore.Antiforgery.AntiforgeryValidationException
Public Sub New (message As String)

Parameter

message
String

Die Meldung, in der der Fehler beschrieben wird.

Gilt für:

AntiforgeryValidationException(String, Exception)

Quelle:
AntiforgeryValidationException.cs
Quelle:
AntiforgeryValidationException.cs
Quelle:
AntiforgeryValidationException.cs

Erstellt eine neue instance von AntiforgeryValidationException mit der angegebenen Ausnahmemeldung und der angegebenen inneren Ausnahme.

public:
 AntiforgeryValidationException(System::String ^ message, Exception ^ innerException);
public AntiforgeryValidationException (string message, Exception innerException);
public AntiforgeryValidationException (string message, Exception? innerException);
new Microsoft.AspNetCore.Antiforgery.AntiforgeryValidationException : string * Exception -> Microsoft.AspNetCore.Antiforgery.AntiforgeryValidationException
Public Sub New (message As String, innerException As Exception)

Parameter

message
String

Die Meldung, in der der Fehler beschrieben wird.

innerException
Exception

Die innere Exception.

Gilt für: