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

Configuration needed event can be used to inform about a wrong config.
상속: ExceptionEvent
파일 보기 프로젝트 열기: OpenDataSpace/CmisSync

공개 메소드들

메소드 설명
ConfigurationNeededEvent ( Exception e ) : System

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

메소드 상세

ConfigurationNeededEvent() 공개 메소드

Initializes a new instance of the CmisSync.Lib.Events.ConfigurationNeededEvent class.
public ConfigurationNeededEvent ( Exception e ) : System
e System.Exception Exception which requires a change of a configuration.
리턴 System