C# Класс Xamarin.Auth.Authenticator.AuthenticatorCompletedEventArgs.AuthenticatorErrorEventArgs.AuthenticatorErrorEventArgs

Наследование: System.EventArgs
Показать файл Открыть проект

Открытые методы

Метод Описание
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