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