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
Afficher le fichier Open project: OpenDataSpace/CmisSync

Méthodes publiques

Méthode 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 méthode

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.
Résultat System