C# Class RavenFS.Synchronization.Rdc.Wrapper.RdcException

Inheritance: System.Exception
Exibir arquivo Open project: hibernating-rhinos/RavenFS

Public Methods

Method Description
RdcException ( string format ) : System
RdcException ( string message, Exception innerException ) : System
RdcException ( string message, int hr, RdcError rdcError = null ) : System

Method Details

RdcException() public method

public RdcException ( string format ) : System
format string
return System

RdcException() public method

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

RdcException() public method

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