C# Class Fawn.except

Inheritance: System.Exception
Mostrar archivo Open project: ambasta/doe

Public Methods

Method Description
except ( string errorMessage ) : System
except ( string errorMessage, Exception innerEx ) : System

Method Details

except() public method

public except ( string errorMessage ) : System
errorMessage string
return System

except() public method

public except ( string errorMessage, Exception innerEx ) : System
errorMessage string
innerEx System.Exception
return System