ErroredImportRow..::..ExceptionObject Property

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

Syntax


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