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

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

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

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

Initializes a new instance of the T:MemcachedException class.

MemcachedException ( string message ) : System

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

MemcachedException ( string message, Exception inner ) : System

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

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

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

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

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

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

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

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

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

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

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

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

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