C# Class BudgetAnalyser.Engine.ValidationWarningException

Inheritance: System.Exception
Exibir arquivo Open project: Benrnz/BudgetAnalyser

Public Methods

Method 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

Method Description
ValidationWarningException ( ) : System

Method Details

ValidationWarningException() public method

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

ValidationWarningException() public method

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.
return System