AuthenticateResult.Failure Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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