C# Class Money.Exceptions.IncompatibleAmountTypeException

Inheritance: System.InvalidOperationException
Afficher le fichier Open project: zpbappi/money

Méthodes publiques

Méthode Description
IncompatibleAmountTypeException ( Type moneyAmountType, Type operandType, string message ) : System

Method Details

IncompatibleAmountTypeException() public méthode

public IncompatibleAmountTypeException ( Type moneyAmountType, Type operandType, string message ) : System
moneyAmountType System.Type
operandType System.Type
message string
Résultat System