C# Class ModernApp4Me.Core.App.M4MExceptionHandlers

A class base that should be extend in order to implement an exception handler which pops-up error dialog boxes.
Mostra file Open project: smartnsoft/ModernApp4Me

Public Methods

Method Description
AnalyseException ( Exception exception ) : void
GetDefaultErrorMessages ( Exception exception ) : string

Protected Methods

Method Description
ShowConnectivityMessageBox ( string message ) : void
ShowMessageBox ( string message ) : void

Method Details

AnalyseException() public method

public AnalyseException ( Exception exception ) : void
exception System.Exception
return void

GetDefaultErrorMessages() public method

public GetDefaultErrorMessages ( Exception exception ) : string
exception System.Exception
return string

ShowConnectivityMessageBox() protected abstract method

protected abstract ShowConnectivityMessageBox ( string message ) : void
message string
return void

ShowMessageBox() protected abstract method

protected abstract ShowMessageBox ( string message ) : void
message string
return void