ErroredImportRow..::..ExceptionObject Property

Namespace:  JiwaFinancials.Jiwa.JiwaGeneralLedger.Import
Assembly:  JiwaGeneralLedger (in JiwaGeneralLedger.dll)

Syntax


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