C# Class Doe.Exceptions.except

Inheritance: System.Exception
Datei anzeigen 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