C# Class 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.
Inheritance: ExceptionEvent, ICountableEvent
ファイルを表示 Open project: OpenDataSpace/CmisSync

Public Methods

Method Description
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.

Method Details

CmisConnectionExceptionEvent() public method

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