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

RetryException() защищенный Метод

Initializes a new instance of the RetryException class.
protected RetryException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo Serialization info.
context System.Runtime.Serialization.StreamingContext Streaming context.
Результат System
        protected RetryException(SerializationInfo info, StreamingContext context) : base(info, context)
        {
        }
    }

Same methods

RetryException::RetryException ( ) : System
RetryException::RetryException ( string msg ) : System
RetryException::RetryException ( string message, Exception inner ) : System
RetryException