Condividi tramite


AuthenticationTagMismatchException Costruttori

Definizione

Overload

AuthenticationTagMismatchException()

Inizializza una nuova istanza della classe AuthenticationTagMismatchException con le proprietà predefinite.

AuthenticationTagMismatchException(String)

Inizializza una nuova istanza della classe AuthenticationTagMismatchException con un messaggio di errore specificato.

AuthenticationTagMismatchException(String, Exception)

Inizializza una nuova istanza della classe AuthenticationTagMismatchException con un messaggio di errore specificato e un riferimento all'eccezione interna che è la causa dell'eccezione corrente.

AuthenticationTagMismatchException()

Origine:
AuthenticationTagMismatchException.cs
Origine:
AuthenticationTagMismatchException.cs

Inizializza una nuova istanza della classe AuthenticationTagMismatchException con le proprietà predefinite.

public:
 AuthenticationTagMismatchException();
public AuthenticationTagMismatchException ();
Public Sub New ()

Si applica a

AuthenticationTagMismatchException(String)

Origine:
AuthenticationTagMismatchException.cs
Origine:
AuthenticationTagMismatchException.cs

Inizializza una nuova istanza della classe AuthenticationTagMismatchException con un messaggio di errore specificato.

public:
 AuthenticationTagMismatchException(System::String ^ message);
public AuthenticationTagMismatchException (string? message);
new System.Security.Cryptography.AuthenticationTagMismatchException : string -> System.Security.Cryptography.AuthenticationTagMismatchException
Public Sub New (message As String)

Parametri

message
String

Messaggio di errore in cui viene indicato il motivo dell'eccezione.

Si applica a

AuthenticationTagMismatchException(String, Exception)

Origine:
AuthenticationTagMismatchException.cs
Origine:
AuthenticationTagMismatchException.cs

Inizializza una nuova istanza della classe AuthenticationTagMismatchException con un messaggio di errore specificato e un riferimento all'eccezione interna che è la causa dell'eccezione corrente.

public:
 AuthenticationTagMismatchException(System::String ^ message, Exception ^ inner);
public AuthenticationTagMismatchException (string? message, Exception? inner);
new System.Security.Cryptography.AuthenticationTagMismatchException : string * Exception -> System.Security.Cryptography.AuthenticationTagMismatchException
Public Sub New (message As String, inner As Exception)

Parametri

message
String

Messaggio di errore in cui viene indicato il motivo dell'eccezione.

inner
Exception

Eccezione che ha determinato l'eccezione corrente. Se il parametro non nullè , l'eccezione corrente viene generata in un blocco catch che gestisce l'eccezione interna.

Si applica a