Метод | Описание | |
---|---|---|
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, |
Initializes a new instance of the RiakException class.
|
|
RiakException ( string message, bool nodeOffline ) : System |
Initializes a new instance of the RiakException class.
|
Метод | Описание | |
---|---|---|
GetObjectData ( |
||
RiakException ( |
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 |
public RiakException ( string message ) : System | ||
message | string | A message that describes the error. |
Результат | System |
public RiakException ( string message, |
||
message | string | A message that describes the error. |
innerException | The exception that is the cause of the current exception. | |
Результат | System |
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 |