C# Class Tools.ErrorHandler

Mostrar archivo Open project: Ezakhiel/Donate-Money-For-Unicorns-ubbse2015 Class Usage Examples

Public Properties

Property Type Description
counter int
throwExceptions bool

Public Methods

Method Description
Error ( CSToolsException e ) : void
ErrorHandler ( ) : System
ErrorHandler ( bool ee ) : System
Report ( CSToolsException e ) : void

Method Details

Error() public method

public Error ( CSToolsException e ) : void
e CSToolsException
return void

ErrorHandler() public method

public ErrorHandler ( ) : System
return System

ErrorHandler() public method

public ErrorHandler ( bool ee ) : System
ee bool
return System

Report() public method

public Report ( CSToolsException e ) : void
e CSToolsException
return void

Property Details

counter public_oe property

public int counter
return int

throwExceptions public_oe property

public bool throwExceptions
return bool