C# Class Codeology.SharpCache.Providers.MemcacheException

Inheritance: CacheException
Afficher le fichier Open project: lkinsella/SharpCache

Méthodes publiques

Méthode Description
MemcacheException ( string message ) : System
MemcacheException ( string message, Exception inner ) : System

Method Details

MemcacheException() public méthode

public MemcacheException ( string message ) : System
message string
Résultat System

MemcacheException() public méthode

public MemcacheException ( string message, Exception inner ) : System
message string
inner System.Exception
Résultat System