C# Class CmisSync.Lib.Events.InteractionNeededEvent

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

Public Methods

Method 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 method

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

InteractionNeededEvent() public method

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