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

Cmis connection exception occured while handling event in SyncEventQueue and this event is added back to Queue to inform about this problem.
상속: ExceptionEvent, ICountableEvent
파일 보기 프로젝트 열기: OpenDataSpace/CmisSync

공개 메소드들

메소드 설명
CmisConnectionExceptionEvent ( DotCMIS.Exceptions.CmisConnectionException connectionException ) : System

Initializes a new instance of the CmisSync.Lib.Events.CmisConnectionExceptionEvent class. The OccuredAt property will be set automatically to the actual time when the constructor is called.

메소드 상세

CmisConnectionExceptionEvent() 공개 메소드

Initializes a new instance of the CmisSync.Lib.Events.CmisConnectionExceptionEvent class. The OccuredAt property will be set automatically to the actual time when the constructor is called.
public CmisConnectionExceptionEvent ( DotCMIS.Exceptions.CmisConnectionException connectionException ) : System
connectionException DotCMIS.Exceptions.CmisConnectionException Connection exception.
리턴 System