CmisSync.Lib.Consumer.RetryException.RetryException C# (CSharp) Метод

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

Initializes a new instance of the RetryException class.
public RetryException ( ) : System
Результат System
        public RetryException() : base("Retry exception")
        {
        }

Same methods

RetryException::RetryException ( SerializationInfo info, StreamingContext context ) : System
RetryException::RetryException ( string msg ) : System
RetryException::RetryException ( string message, Exception inner ) : System
RetryException