Method | Description | |
---|---|---|
AuthenticatorErrorEventArgs ( |
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.
|
public AuthenticatorErrorEventArgs ( |
||
exception | /// The exception signaling the error. The message of this object is retrieved from this exception or /// its inner exceptions. /// | |
return | System |
public AuthenticatorErrorEventArgs ( string message ) : System | ||
message | string | /// A message describing the error. /// |
return | System |