C# Class CmisSync.Lib.Consumer.RetryException

Inheritance: System.Exception
Afficher le fichier Open project: OpenDataSpace/CmisSync

Méthodes publiques

Méthode 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.

Méthodes protégées

Méthode Description
RetryException ( SerializationInfo info, StreamingContext context ) : System

Initializes a new instance of the RetryException class.

Method Details

RetryException() public méthode

Initializes a new instance of the RetryException class.
public RetryException ( ) : System
Résultat System

RetryException() protected méthode

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.
Résultat System

RetryException() public méthode

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

RetryException() public méthode

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