RemoteAuthenticationContext<TOptions>.Fail 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
Fail(Exception) |
表示驗證失敗。 |
Fail(String) |
表示驗證失敗。 |
Fail(Exception)
表示驗證失敗。
public:
void Fail(Exception ^ failure);
public void Fail (Exception failure);
member this.Fail : Exception -> unit
Public Sub Fail (failure As Exception)
參數
- failure
- Exception
與失敗相關聯的例外狀況。
適用於
Fail(String)
表示驗證失敗。
public:
void Fail(System::String ^ failureMessage);
public void Fail (string failureMessage);
member this.Fail : string -> unit
Public Sub Fail (failureMessage As String)
參數
- failureMessage
- String
與失敗相關聯的例外狀況。