ProcessCandidate..::..Exception Property

Namespace:  JiwaFinancials.Jiwa.JiwaSales.BatchProcessing
Assembly:  JiwaSales (in JiwaSales.dll)

Syntax


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