C# Class BookSleeve.RedisException

Inheritance: System.Exception
Afficher le fichier Open project: Malediction/Booksleeve

Méthodes publiques

Méthode Description
RedisException ( ) : System

Create a new RedisException

RedisException ( string message ) : System

Create a new RedisException

RedisException ( string message, Exception innerException ) : System

Create a new RedisException

Private Methods

Méthode Description
RedisException ( SerializationInfo info, StreamingContext context ) : System

Method Details

RedisException() public méthode

Create a new RedisException
public RedisException ( ) : System
Résultat System

RedisException() public méthode

Create a new RedisException
public RedisException ( string message ) : System
message string
Résultat System

RedisException() public méthode

Create a new RedisException
public RedisException ( string message, Exception innerException ) : System
message string
innerException System.Exception
Résultat System