C# 클래스 Xamarin.Auth.Authenticator.AuthenticatorCompletedEventArgs.AuthenticatorErrorEventArgs.AuthenticatorErrorEventArgs

상속: System.EventArgs
파일 보기 프로젝트 열기: nachocove/Xamarin.Auth

공개 메소드들

메소드 설명
AuthenticatorErrorEventArgs ( Exception exception ) : System

Initializes a new instance of the Xamarin.Auth.AuthenticatorErrorEventArgs class with an exception.

AuthenticatorErrorEventArgs ( string message ) : System

Initializes a new instance of the Xamarin.Auth.AuthenticatorErrorEventArgs class with a message but no exception.

메소드 상세

AuthenticatorErrorEventArgs() 공개 메소드

Initializes a new instance of the Xamarin.Auth.AuthenticatorErrorEventArgs class with an exception.
public AuthenticatorErrorEventArgs ( Exception exception ) : System
exception System.Exception /// The exception signaling the error. The message of this object is retrieved from this exception or /// its inner exceptions. ///
리턴 System

AuthenticatorErrorEventArgs() 공개 메소드

Initializes a new instance of the Xamarin.Auth.AuthenticatorErrorEventArgs class with a message but no exception.
public AuthenticatorErrorEventArgs ( string message ) : System
message string /// A message describing the error. ///
리턴 System