C# Class Enyim.Caching.Memcached.MemcachedClientException

Inheritance: MemcachedException
Afficher le fichier Open project: xianrendzw/LightFramework.Net

Méthodes publiques

Méthode Description
MemcachedClientException ( ) : System

Initializes a new instance of the T:MemcachedClientException class.

MemcachedClientException ( string message ) : System

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

MemcachedClientException ( string message, Exception inner ) : System

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

Méthodes protégées

Méthode Description
MemcachedClientException ( System info, System context ) : System

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

Method Details

MemcachedClientException() public méthode

Initializes a new instance of the T:MemcachedClientException class.
public MemcachedClientException ( ) : System
Résultat System

MemcachedClientException() protected méthode

Initializes a new instance of the T:MemcachedClientException class with serialized data.
protected MemcachedClientException ( System info, System context ) : System
info System
context System
Résultat System

MemcachedClientException() public méthode

Initializes a new instance of the T:MemcachedClientException class with a specified error message.
public MemcachedClientException ( string message ) : System
message string
Résultat System

MemcachedClientException() public méthode

Initializes a new instance of the T:MemcachedClientException class with a specified error message and a reference to the inner exception that is the cause of this exception.
public MemcachedClientException ( string message, Exception inner ) : System
message string
inner System.Exception
Résultat System