C# Class CmisSync.Lib.Events.InteractionNeededEvent

Interaction needed event embeds exceptions which must be resolved by user interaction.
Inheritance: ExceptionEvent
Afficher le fichier Open project: OpenDataSpace/CmisSync Class Usage Examples

Méthodes publiques

Méthode Description
InteractionNeededEvent ( InteractionNeededException e ) : System

Initializes a new instance of the CmisSync.Lib.Events.InteractionNeededEvent class.

InteractionNeededEvent ( string msg ) : System

Initializes a new instance of the CmisSync.Lib.Events.InteractionNeededEvent class.

Method Details

InteractionNeededEvent() public méthode

Initializes a new instance of the CmisSync.Lib.Events.InteractionNeededEvent class.
public InteractionNeededEvent ( InteractionNeededException e ) : System
e CmisSync.Lib.Consumer.InteractionNeededException Exception which invokes a need for a user interaction.
Résultat System

InteractionNeededEvent() public méthode

Initializes a new instance of the CmisSync.Lib.Events.InteractionNeededEvent class.
public InteractionNeededEvent ( string msg ) : System
msg string Message of the interaction needed exception.
Résultat System