C# Class IBE.CErr

Exibir arquivo Open project: Duke-Jones/ED-IBE Class Usage Examples

Public Methods

Method Description
processError ( Exception ex ) : void
processError ( Exception ex, string Infotext ) : void

Private Methods

Method Description
getErrorString ( Exception ex ) : string

Method Details

processError() static public method

static public processError ( Exception ex ) : void
ex System.Exception
return void

processError() static public method

static public processError ( Exception ex, string Infotext ) : void
ex System.Exception
Infotext string
return void