Method | Description | |
---|---|---|
ExceptionEvent ( |
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.
|
public ExceptionEvent ( |
||
e | /// The exception, which should be embedded. Must not be null. /// | |
return | System |