C# Class Dev2.Runtime.Diagnostics.ExceptionManager

Exibir arquivo Open project: Warewolf-ESB/Warewolf

Protected Methods

Method Description
ClearError ( ) : void
ExceptionManager ( ) : System
RaiseError ( Exception ex ) : void
RaiseError ( string error ) : void

Method Details

ClearError() protected method

protected ClearError ( ) : void
return void

ExceptionManager() protected method

protected ExceptionManager ( ) : System
return System

RaiseError() protected method

protected RaiseError ( Exception ex ) : void
ex System.Exception
return void

RaiseError() protected method

protected RaiseError ( string error ) : void
error string
return void