C# Class Cares.ExceptionHandling.CaresException

Cares Exception
Inheritance: System.ApplicationException
Afficher le fichier Open project: innoist/GF-FRS

Méthodes publiques

Méthode Description
CaresException ( string message ) : System

Initializes a new instance of Cares Exception

CaresException ( string message, Exception innerException ) : System

Initializes a new instance of Cares Exception

Method Details

CaresException() public méthode

Initializes a new instance of Cares Exception
public CaresException ( string message ) : System
message string
Résultat System

CaresException() public méthode

Initializes a new instance of Cares Exception
public CaresException ( string message, Exception innerException ) : System
message string
innerException System.Exception
Résultat System