Basic exception

Namespace: EnterpriseDT.Net.Ftp.Ssh
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 9.4.0.40

Syntax

C#
public SFTPException(
	string msg,
	Exception error
)
Visual Basic
Public Sub New ( _
	msg As String, _
	error As Exception _
)
Visual C++
public:
SFTPException(
	String^ msg, 
	Exception^ error
)

Parameters

msg
Type: System..::..String
error message
error
Type: System..::..Exception

See Also