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 : Exceptionmember this.Failure : Exception with get, setPublic ReadOnly Property Failure As ExceptionPublic Property Failure As Exception