C# Class SDE.Tools.DatabaseEditor.Generic.DbLoaders.DbLoaderErrorHandler

Afficher le fichier Open project: Tokeiburu/RagnarokSDE Class Usage Examples

Méthodes publiques

Méthode Description
AddListener ( IErrorListener listener ) : void
ClearListeners ( ) : void
Focus ( ) : void
Handle ( string exception ) : void
Handle ( string exception, ErrorLevel level ) : void
Handle ( string exception, string id, ErrorLevel errorLevel = ErrorLevel.Warning ) : void
Handle ( string exception, string id, int line, string file, ErrorLevel level ) : void
HandleLoader ( string exception ) : void
Start ( ) : void
Stop ( ) : void

Method Details

AddListener() public static méthode

public static AddListener ( IErrorListener listener ) : void
listener IErrorListener
Résultat void

ClearListeners() public static méthode

public static ClearListeners ( ) : void
Résultat void

Focus() public static méthode

public static Focus ( ) : void
Résultat void

Handle() public static méthode

public static Handle ( string exception ) : void
exception string
Résultat void

Handle() public static méthode

public static Handle ( string exception, ErrorLevel level ) : void
exception string
level ErrorLevel
Résultat void

Handle() public static méthode

public static Handle ( string exception, string id, ErrorLevel errorLevel = ErrorLevel.Warning ) : void
exception string
id string
errorLevel ErrorLevel
Résultat void

Handle() public static méthode

public static Handle ( string exception, string id, int line, string file, ErrorLevel level ) : void
exception string
id string
line int
file string
level ErrorLevel
Résultat void

HandleLoader() public static méthode

public static HandleLoader ( string exception ) : void
exception string
Résultat void

Start() public static méthode

public static Start ( ) : void
Résultat void

Stop() public static méthode

public static Stop ( ) : void
Résultat void