Basic constructor allowing exception message to be set

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnet (in edtFTPnet.dll) Version: 2.2.3.0

Syntax

C#
public FTPException(
	string msg
)
Visual Basic
Public Sub New ( _
	msg As String _
)
Visual C++
public:
FTPException(
	String^ msg
)

Parameters

msg
Type: System..::..String
Message that the user will be able to retrieve

See Also