C# Класс net.openstack.Core.Exceptions.UserAuthenticationException

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

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

Метод Описание
UserAuthenticationException ( string message ) : System

Initializes a new instance of the UserAuthenticationException class with the specified error message.

Защищенные методы

Метод Описание
UserAuthenticationException ( SerializationInfo info, StreamingContext context ) : System

Initializes a new instance of the UserAuthenticationException class with serialized data.

Описание методов

UserAuthenticationException() защищенный Метод

Initializes a new instance of the UserAuthenticationException class with serialized data.
If is .
protected UserAuthenticationException ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo The that holds the serialized object data about the exception being thrown.
context StreamingContext The that contains contextual information about the source or destination.
Результат System

UserAuthenticationException() публичный Метод

Initializes a new instance of the UserAuthenticationException class with the specified error message.
public UserAuthenticationException ( string message ) : System
message string The message that describes the error.
Результат System