System.ServiceModel.Channels.RetryException.RetryException C# (CSharp) Метод

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

public RetryException ( ) : System.Runtime.Serialization
Результат System.Runtime.Serialization
        public RetryException()
            : this(null, null)
        {
        }

Same methods

RetryException::RetryException ( SerializationInfo info, StreamingContext context ) : System.Runtime.Serialization
RetryException::RetryException ( string message ) : System.Runtime.Serialization
RetryException::RetryException ( string message, Exception innerException ) : System.Runtime.Serialization
RetryException