ErroredImportRow..::..ExceptionObject Property

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

Syntax


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