CurrenyRateNotFoundException Constructor (String, Exception)

Namespace:  JiwaFinancials.Jiwa.JiwaApplication.Exceptions
Assembly:  JiwaApplication (in JiwaApplication.dll)

Syntax


public CurrenyRateNotFoundException(
	string message,
	Exception inner
)
Public Sub New ( _
	message As String, _
	inner As Exception _
)
public:
CurrenyRateNotFoundException(
	String^ message, 
	Exception^ inner
)

Parameters

message
Type: String
inner
Type: Exception