C# 클래스 CmisSync.Lib.Events.InteractionNeededEvent

Interaction needed event embeds exceptions which must be resolved by user interaction.
상속: ExceptionEvent
파일 보기 프로젝트 열기: OpenDataSpace/CmisSync 1 사용 예제들

공개 메소드들

메소드 설명
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