C# 클래스 CmisSync.Lib.Events.ExceptionEvent

Exception event.
상속: ISyncEvent
파일 보기 프로젝트 열기: OpenDataSpace/CmisSync 1 사용 예제들

공개 메소드들

메소드 설명
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