C# Class BudgetAnalyser.Engine.ValidationWarningException

Inheritance: System.Exception
Afficher le fichier Open project: Benrnz/BudgetAnalyser

Méthodes publiques

Méthode Description
ValidationWarningException ( string message ) : System

Initializes a new instance of the ValidationWarningException class.

ValidationWarningException ( string message, Exception innerException ) : System

Initializes a new instance of the ValidationWarningException class.

Private Methods

Méthode Description
ValidationWarningException ( ) : System

Method Details

ValidationWarningException() public méthode

Initializes a new instance of the ValidationWarningException class.
public ValidationWarningException ( string message ) : System
message string The message.
Résultat System

ValidationWarningException() public méthode

Initializes a new instance of the ValidationWarningException class.
public ValidationWarningException ( string message, Exception innerException ) : System
message string The message.
innerException System.Exception The inner exception.
Résultat System