C# Класс BookSleeve.RedisException

Наследование: System.Exception
Показать файл Открыть проект

Открытые методы

Метод Описание
RedisException ( ) : System

Create a new RedisException

RedisException ( string message ) : System

Create a new RedisException

RedisException ( string message, Exception innerException ) : System

Create a new RedisException

Приватные методы

Метод Описание
RedisException ( SerializationInfo info, StreamingContext context ) : System

Описание методов

RedisException() публичный Метод

Create a new RedisException
public RedisException ( ) : System
Результат System

RedisException() публичный Метод

Create a new RedisException
public RedisException ( string message ) : System
message string
Результат System

RedisException() публичный Метод

Create a new RedisException
public RedisException ( string message, Exception innerException ) : System
message string
innerException System.Exception
Результат System