C# Class CmisSync.Lib.Events.ConfigurationNeededEvent

Configuration needed event can be used to inform about a wrong config.
Inheritance: ExceptionEvent
Afficher le fichier Open project: OpenDataSpace/CmisSync

Méthodes publiques

Méthode Description
ConfigurationNeededEvent ( Exception e ) : System

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

Method Details

ConfigurationNeededEvent() public méthode

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.
Résultat System