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

Inheritance: System.Exception
Afficher le fichier Open project: hibernating-rhinos/RavenFS

Méthodes publiques

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

Method Details

RdcException() public méthode

public RdcException ( string format ) : System
format string
Résultat System

RdcException() public méthode

public RdcException ( string message, Exception innerException ) : System
message string
innerException System.Exception
Résultat System

RdcException() public méthode

public RdcException ( string message, int hr, RdcError rdcError = null ) : System
message string
hr int
rdcError RdcError
Résultat System