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 |
public static AddListener ( IErrorListener listener ) : void | ||
listener | IErrorListener | |
Résultat | void |
public static Handle ( string exception ) : void | ||
exception | string | |
Résultat | void |
public static Handle ( string exception, ErrorLevel level ) : void | ||
exception | string | |
level | ErrorLevel | |
Résultat | void |
public static Handle ( string exception, string id, ErrorLevel errorLevel = ErrorLevel.Warning ) : void | ||
exception | string | |
id | string | |
errorLevel | ErrorLevel | |
Résultat | void |
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 |
public static HandleLoader ( string exception ) : void | ||
exception | string | |
Résultat | void |