Namespace: EnterpriseDT.Util
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 9.4.0.40

Syntax

C#
public Exception Exception { get; set; }
Visual Basic
Public Property Exception As Exception
	Get
	Set
Visual C++
public:
property Exception^ Exception {
	Exception^ get ();
	void set (Exception^ value);
}

See Also