C# Class Enyim.Caching.Memcached.MemcachedException

Inheritance: System.Exception
显示文件 Open project: xianrendzw/LightFramework.Net

Public Methods

Method Description
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.

Protected Methods

Method Description
MemcachedException ( System info, System context ) : System

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

Method Details

MemcachedException() public method

Initializes a new instance of the T:MemcachedException class.
public MemcachedException ( ) : System
return System

MemcachedException() protected method

Initializes a new instance of the T:MemcachedException class with serialized data.
protected MemcachedException ( System info, System context ) : System
info System
context System
return System

MemcachedException() public method

Initializes a new instance of the T:MemcachedException class with a specified error message.
public MemcachedException ( string message ) : System
message string
return System

MemcachedException() public method

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
return System