C# Class Doe.Exceptions.except

Inheritance: System.Exception
Afficher le fichier Open project: ambasta/doe

Méthodes publiques

Méthode Description
except ( string errorMessage ) : System
except ( string errorMessage, Exception innerEx ) : System

Method Details

except() public méthode

public except ( string errorMessage ) : System
errorMessage string
Résultat System

except() public méthode

public except ( string errorMessage, Exception innerEx ) : System
errorMessage string
innerEx System.Exception
Résultat System