StockReductionsException Constructor (String, Exception)

Namespace:  JiwaFinancials.Jiwa.JiwaStockTake
Assembly:  JiwaStockTake (in JiwaStockTake.dll)

Syntax


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

Parameters

message
Type: String
inner
Type: Exception