C# Class Sharpen.Error

Inheritance: System.Exception
Show file Open project: oganix/NBoilerpipe

Public Methods

Method Description
Error ( ) : System
Error ( Exception ex ) : System
Error ( string msg ) : System
Error ( string msg, Exception ex ) : System

Method Details

Error() public method

public Error ( ) : System
return System

Error() public method

public Error ( Exception ex ) : System
ex System.Exception
return System

Error() public method

public Error ( string msg ) : System
msg string
return System

Error() public method

public Error ( string msg, Exception ex ) : System
msg string
ex System.Exception
return System