C# Class Money.Exceptions.CurrencyMismatchException

Inheritance: System.InvalidOperationException
Exibir arquivo Open project: zpbappi/money

Public Methods

Method Description
CurrencyMismatchException ( Currency sourceCurrency, Currency destinationCurrency, string message ) : System

Method Details

CurrencyMismatchException() public method

public CurrencyMismatchException ( Currency sourceCurrency, Currency destinationCurrency, string message ) : System
sourceCurrency System.Currency
destinationCurrency System.Currency
message string
return System