C# Класс Money.Exceptions.IncompatibleAmountTypeException

Наследование: System.InvalidOperationException
Показать файл Открыть проект

Открытые методы

Метод Описание
IncompatibleAmountTypeException ( Type moneyAmountType, Type operandType, string message ) : System

Описание методов

IncompatibleAmountTypeException() публичный Метод

public IncompatibleAmountTypeException ( Type moneyAmountType, Type operandType, string message ) : System
moneyAmountType System.Type
operandType System.Type
message string
Результат System