AuthenticateResult.Failure Property

Definition

Holds failure information from the authentication.

public:
 property Exception ^ Failure { Exception ^ get(); };
public:  property Exception ^ Failure {  public:
Exception ^ get(); protected:
 void set(Exception ^ value); };
public Exception Failure { get; }
public Exception Failure { get; protected set; }
public Exception? Failure { get; protected set; }
member this.Failure : Exception
member this.Failure : Exception with get, set
Public ReadOnly Property Failure As Exception
Public Property Failure As Exception

Property Value

Applies to