C# Class Xamarin.Auth.Authenticator.AuthenticatorCompletedEventArgs.AuthenticatorErrorEventArgs.AuthenticatorErrorEventArgs

Inheritance: System.EventArgs
Mostra file Open project: nachocove/Xamarin.Auth

Public Methods

Method Description
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.

Method Details

AuthenticatorErrorEventArgs() public method

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. ///
return System

AuthenticatorErrorEventArgs() public method

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. ///
return System