edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing

SFTPException(String, Int32) Constructor

Exception allowing an error code to be set

Definition

Namespace: EnterpriseDT.Net.Ftp.Ssh
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
C#
public SFTPException(
	string msg,
	int code
)

Parameters

msg  String
error message
code  Int32
error code

See Also