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

Mostra file Open project: Tokeiburu/RagnarokSDE Class Usage Examples

Public Methods

Method 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 method

public static AddListener ( IErrorListener listener ) : void
listener IErrorListener
return void

ClearListeners() public static method

public static ClearListeners ( ) : void
return void

Focus() public static method

public static Focus ( ) : void
return void

Handle() public static method

public static Handle ( string exception ) : void
exception string
return void

Handle() public static method

public static Handle ( string exception, ErrorLevel level ) : void
exception string
level ErrorLevel
return void

Handle() public static method

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

Handle() public static method

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

HandleLoader() public static method

public static HandleLoader ( string exception ) : void
exception string
return void

Start() public static method

public static Start ( ) : void
return void

Stop() public static method

public static Stop ( ) : void
return void