RavenFS.Synchronization.Rdc.Wrapper.RdcException.RdcException C# (CSharp) Метод

RdcException() публичный Метод

public RdcException ( string format ) : System
format string
Результат System
		public RdcException(string format, params object[] args) :
			base(String.Format(format, args))
		{
		}

Same methods

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