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
Показать файл Открыть проект

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

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