C# 클래스 RavenFS.Synchronization.Rdc.Wrapper.RdcException

상속: System.Exception
파일 보기 프로젝트 열기: hibernating-rhinos/RavenFS

공개 메소드들

메소드 설명
RdcException ( string format ) : System
RdcException ( string message, Exception innerException ) : System
RdcException ( string message, int hr, RdcError rdcError = null ) : System

메소드 상세

RdcException() 공개 메소드

public RdcException ( string format ) : System
format string
리턴 System

RdcException() 공개 메소드

public RdcException ( string message, Exception innerException ) : System
message string
innerException System.Exception
리턴 System

RdcException() 공개 메소드

public RdcException ( string message, int hr, RdcError rdcError = null ) : System
message string
hr int
rdcError RdcError
리턴 System