C# Class EFCache.Redis.RedisCacheException

Inheritance: System.Exception
Show file Open project: silentbobbert/EFCache.Redis Class Usage Examples

Public Methods

Method Description
RedisCacheException ( ) : System
RedisCacheException ( string message ) : System
RedisCacheException ( string message, Exception innerException ) : System

Method Details

RedisCacheException() public method

public RedisCacheException ( ) : System
return System

RedisCacheException() public method

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

RedisCacheException() public method

public RedisCacheException ( string message, Exception innerException ) : System
message string
innerException System.Exception
return System