Creates a new FxpFailedEvent instance

Namespace: Jscape.Ftp
Assembly: Jscape.Ftp (in Jscape.Ftp.dll) Version: 2.4.5.0

Syntax

C#
public FxpFailedEventArgs(
	Object src,
	Object destination,
	string filename,
	Exception ex
)
Visual Basic
Public Sub New ( _
	src As Object, _
	destination As Object, _
	filename As String, _
	ex As Exception _
)
Visual C++
public:
FxpFailedEventArgs(
	Object^ src, 
	Object^ destination, 
	String^ filename, 
	Exception^ ex
)

Parameters

src
Type: System..::..Object
the source Ftp or Ftps instance
destination
Type: System..::..Object
the destination Ftp or Ftps instance
filename
Type: System..::..String
the filename that failed transfer
ex
Type: System..::..Exception
the exception

See Also