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

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

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

Метод Описание
TTLLengthException ( ) : System

Initializes a new instance of the TTLLengthException class.

TTLLengthException ( string message ) : System

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

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

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

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

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

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

Initializes a new instance of the TTLLengthException class.
public TTLLengthException ( ) : System
Результат System

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

Initializes a new instance of the TTLLengthException class with serialized data.
If is .
protected TTLLengthException ( 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

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

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