C# 클래스 Money.Exceptions.IncompatibleAmountTypeException

상속: System.InvalidOperationException
파일 보기 프로젝트 열기: zpbappi/money

공개 메소드들

메소드 설명
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