C# 클래스 RiakClient.Exceptions.RiakException

상속: System.Exception
파일 보기 프로젝트 열기: basho/riak-dotnet-client

공개 메소드들

메소드 설명
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