C# Class CmisSync.Lib.Consumer.InteractionNeededException

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

Méthodes publiques

Méthode Description
InteractionNeededException ( ) : System

Initializes a new instance of the CmisSync.Lib.Consumer.InteractionNeededException class.

InteractionNeededException ( string msg ) : System

Initializes a new instance of the CmisSync.Lib.Consumer.InteractionNeededException class.

InteractionNeededException ( string msg, Exception inner ) : System

Initializes a new instance of the CmisSync.Lib.Consumer.InteractionNeededException class.

Méthodes protégées

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

Initializes a new instance of the CmisSync.Lib.Consumer.InteractionNeededException class.

Private Methods

Méthode Description
InitParams ( ) : void

Method Details

InteractionNeededException() public méthode

Initializes a new instance of the CmisSync.Lib.Consumer.InteractionNeededException class.
public InteractionNeededException ( ) : System
Résultat System

InteractionNeededException() protected méthode

Initializes a new instance of the CmisSync.Lib.Consumer.InteractionNeededException class.
protected InteractionNeededException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo Serialization info.
context System.Runtime.Serialization.StreamingContext Streaming context.
Résultat System

InteractionNeededException() public méthode

Initializes a new instance of the CmisSync.Lib.Consumer.InteractionNeededException class.
public InteractionNeededException ( string msg ) : System
msg string Exception message.
Résultat System

InteractionNeededException() public méthode

Initializes a new instance of the CmisSync.Lib.Consumer.InteractionNeededException class.
public InteractionNeededException ( string msg, Exception inner ) : System
msg string Exception message.
inner System.Exception Inner exception.
Résultat System