C# Class CmisSync.Lib.Consumer.RetryException

Inheritance: System.Exception
Show file Open project: OpenDataSpace/CmisSync

Public Methods

Method Description
RetryException ( ) : System

Initializes a new instance of the RetryException class.

RetryException ( string msg ) : System

Initializes a new instance of the RetryException class.

RetryException ( string message, Exception inner ) : System

Initializes a new instance of the RetryException class.

Protected Methods

Method Description
RetryException ( SerializationInfo info, StreamingContext context ) : System

Initializes a new instance of the RetryException class.

Method Details

RetryException() public method

Initializes a new instance of the RetryException class.
public RetryException ( ) : System
return System

RetryException() protected method

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.
return System

RetryException() public method

Initializes a new instance of the RetryException class.
public RetryException ( string msg ) : System
msg string Retry message.
return System

RetryException() public method

Initializes a new instance of the RetryException class.
public RetryException ( string message, Exception inner ) : System
message string Retry message.
inner System.Exception Inner exception.
return System