FTPErrorEventArgsArguments Property
Arguments to the method that was being executed when the exception was thrown.
Namespace: EnterpriseDT.Net.FtpAssembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
public Object[] Arguments { get; }
Public ReadOnly Property Arguments As Object()
Get
public:
property array<Object^>^ Arguments {
array<Object^>^ get ();
}
member Arguments : Object[] with get
Property Value
Object