C# Класс CmisSync.Lib.Events.InteractionNeededEvent

Interaction needed event embeds exceptions which must be resolved by user interaction.
Наследование: ExceptionEvent
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Описание методов

InteractionNeededEvent() публичный Метод

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.
Результат System

InteractionNeededEvent() публичный Метод

Initializes a new instance of the CmisSync.Lib.Events.InteractionNeededEvent class.
public InteractionNeededEvent ( string msg ) : System
msg string Message of the interaction needed exception.
Результат System