Sdílet prostřednictvím


RemoteAuthenticationContext<TOptions>.Fail Metoda

Definice

Přetížení

Fail(Exception)

Označuje, že ověřování selhalo.

Fail(String)

Označuje, že ověřování selhalo.

Fail(Exception)

Zdroj:
RemoteAuthenticationContext.cs
Zdroj:
RemoteAuthenticationContext.cs
Zdroj:
RemoteAuthenticationContext.cs

Označuje, že ověřování selhalo.

public:
 void Fail(Exception ^ failure);
public void Fail (Exception failure);
member this.Fail : Exception -> unit
Public Sub Fail (failure As Exception)

Parametry

failure
Exception

Výjimka přidružená k chybě.

Platí pro

Fail(String)

Zdroj:
RemoteAuthenticationContext.cs
Zdroj:
RemoteAuthenticationContext.cs
Zdroj:
RemoteAuthenticationContext.cs

Označuje, že ověřování selhalo.

public:
 void Fail(System::String ^ failureMessage);
public void Fail (string failureMessage);
member this.Fail : string -> unit
Public Sub Fail (failureMessage As String)

Parametry

failureMessage
String

Výjimka přidružená k chybě.

Platí pro