Creates an exception with the specified message string.

Namespace: Jscape.Ftp
Assembly: Jscape.Ftp (in Jscape.Ftp.dll) Version: 2.4.5.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
The message of the exception.

See Also