Exception allowing an error code to be set

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

Syntax

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

Parameters

msg
Type: System..::..String
error message
code
Type: System..::..Int32
error code

See Also