C# Класс Enyim.Caching.Memcached.CommandNotSupportedException

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

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

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

Initializes a new instance of the T:CommandNotSupportedException class.

CommandNotSupportedException ( string message ) : System

Initializes a new instance of the T:CommandNotSupportedException class with a specified error message.

CommandNotSupportedException ( string message, Exception inner ) : System

Initializes a new instance of the T:CommandNotSupportedException class with a specified error message and a reference to the inner exception that is the cause of this exception.

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

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

Initializes a new instance of the T:CommandNotSupportedException class with serialized data.

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

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

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

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

Initializes a new instance of the T:CommandNotSupportedException class with serialized data.
protected CommandNotSupportedException ( System info, System context ) : System
info System
context System
Результат System

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

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

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

Initializes a new instance of the T:CommandNotSupportedException class with a specified error message and a reference to the inner exception that is the cause of this exception.
public CommandNotSupportedException ( string message, Exception inner ) : System
message string
inner System.Exception
Результат System