C# Class Doe.Exceptions.customException

Inheritance: except
Afficher le fichier Open project: ambasta/doe

Méthodes publiques

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

Method Details

customException() public méthode

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

customException() public méthode

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