C# Класс RiakClient.Exceptions.RiakException

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

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

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

Initializes a new instance of the RiakException class.

RiakException ( int errorCode, string message, bool nodeOffline ) : System

Initializes a new instance of the RiakException class.

RiakException ( string message ) : System

Initializes a new instance of the RiakException class.

RiakException ( string message, Exception innerException ) : System

Initializes a new instance of the RiakException class.

RiakException ( string message, bool nodeOffline ) : System

Initializes a new instance of the RiakException class.

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

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

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

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

Initializes a new instance of the RiakException class.
public RiakException ( ) : System
Результат System

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

Initializes a new instance of the RiakException class.
public RiakException ( int errorCode, string message, bool nodeOffline ) : System
errorCode int An error code returned from a Riak operation.
message string A message that describes the error.
nodeOffline bool A flag to mark if the node was offline or unreachable at the time of the error.
Результат System

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

Initializes a new instance of the RiakException class.
public RiakException ( string message ) : System
message string A message that describes the error.
Результат System

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

Initializes a new instance of the RiakException class.
public RiakException ( string message, Exception innerException ) : System
message string A message that describes the error.
innerException System.Exception The exception that is the cause of the current exception.
Результат System

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

Initializes a new instance of the RiakException class.
public RiakException ( string message, bool nodeOffline ) : System
message string A message that describes the error.
nodeOffline bool A flag to mark if the node was offline or unreachable at the time of the error.
Результат System