C# Class EFCache.Redis.RedisCacheException

Inheritance: System.Exception
Afficher le fichier Open project: silentbobbert/EFCache.Redis Class Usage Examples

Méthodes publiques

Méthode Description
RedisCacheException ( ) : System
RedisCacheException ( string message ) : System
RedisCacheException ( string message, Exception innerException ) : System

Method Details

RedisCacheException() public méthode

public RedisCacheException ( ) : System
Résultat System

RedisCacheException() public méthode

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

RedisCacheException() public méthode

public RedisCacheException ( string message, Exception innerException ) : System
message string
innerException System.Exception
Résultat System