C# Class Money.Exceptions.IncompatibleMoneyTypeException

Inheritance: System.InvalidOperationException
Datei anzeigen Open project: zpbappi/money

Public Methods

Method Description
IncompatibleMoneyTypeException ( Type sourceType, Type destinationType, string message ) : System

Method Details

IncompatibleMoneyTypeException() public method

public IncompatibleMoneyTypeException ( Type sourceType, Type destinationType, string message ) : System
sourceType System.Type
destinationType System.Type
message string
return System