C# Class CmisSync.Lib.Events.ExceptionEvent

Exception event.
Inheritance: ISyncEvent
显示文件 Open project: OpenDataSpace/CmisSync Class Usage Examples

Public Methods

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

Method Details

ExceptionEvent() public method

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

ToString() public method

Returns a System.String that represents the current CmisSync.Lib.Events.ExceptionEvent containing the Message of the embedded exception.
public ToString ( ) : string
return string