Name of the method that was being executed when the exception was thrown.

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnet (in edtFTPnet.dll) Version: 2.2.3.0

Syntax

C#
public string SyncMethodName { get; }
Visual Basic
Public ReadOnly Property SyncMethodName As String
	Get
Visual C++
public:
property String^ SyncMethodName {
	String^ get ();
}

See Also