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

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

Initializes a new instance of the RetryException class.
public RetryException ( string message, Exception inner ) : System
message string Retry message.
inner System.Exception Inner exception.
Результат System
        public RetryException(string message, Exception inner) : base(message, inner)
        {
        }

Same methods

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