C# Class Money.Exceptions.IncompatibleAmountTypeException

Inheritance: System.InvalidOperationException
ファイルを表示 Open project: zpbappi/money

Public Methods

Method Description
IncompatibleAmountTypeException ( Type moneyAmountType, Type operandType, string message ) : System

Method Details

IncompatibleAmountTypeException() public method

public IncompatibleAmountTypeException ( Type moneyAmountType, Type operandType, string message ) : System
moneyAmountType System.Type
operandType System.Type
message string
return System