C# Класс CmisSync.Lib.Events.ExceptionEvent

Exception event.
Наследование: ISyncEvent
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
ExceptionEvent ( Exception e ) : System

Initializes a new instance of the CmisSync.Lib.Events.ExceptionEvent class.

ToString ( ) : string

Returns a System.String that represents the current CmisSync.Lib.Events.ExceptionEvent containing the Message of the embedded exception.

Описание методов

ExceptionEvent() публичный Метод

Initializes a new instance of the CmisSync.Lib.Events.ExceptionEvent class.
public ExceptionEvent ( Exception e ) : System
e System.Exception /// The exception, which should be embedded. Must not be null. ///
Результат System

ToString() публичный Метод

Returns a System.String that represents the current CmisSync.Lib.Events.ExceptionEvent containing the Message of the embedded exception.
public ToString ( ) : string
Результат string