C# Class Enyim.Caching.Memcached.CommandNotSupportedException

Inheritance: MemcachedClientException
Mostrar archivo Open project: xianrendzw/LightFramework.Net

Public Methods

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

Protected Methods

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

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

Method Details

CommandNotSupportedException() public method

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

CommandNotSupportedException() protected method

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

CommandNotSupportedException() public method

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

CommandNotSupportedException() public method

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