C# Class Codeology.SharpCache.Providers.MemcacheException

Inheritance: CacheException
Mostra file Open project: lkinsella/SharpCache

Public Methods

Method Description
MemcacheException ( string message ) : System
MemcacheException ( string message, Exception inner ) : System

Method Details

MemcacheException() public method

public MemcacheException ( string message ) : System
message string
return System

MemcacheException() public method

public MemcacheException ( string message, Exception inner ) : System
message string
inner System.Exception
return System