AuthenticateResult.Failure 属性  
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
保存来自身份验证的失败信息。
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