ErroredImportRow..::..ExceptionObject Property

Namespace:  JiwaFinancials.Jiwa.JiwaDebtors.Import.Transactions
Assembly:  JiwaDebtors (in JiwaDebtors.dll)

Syntax


public Exception ExceptionObject { get; set; }
Public Property ExceptionObject As Exception
	Get
	Set
public:
property Exception^ ExceptionObject {
	Exception^ get ();
	void set (Exception^ value);
}