Creates an exception with the specified message string.
Namespace: Jscape.FtpAssembly: Jscape.Ftp (in Jscape.Ftp.dll) Version: 2.4.5.0
Syntax
C# |
---|
public FtpConnectionLostException( string msg ) |
Visual Basic |
---|
Public Sub New ( _ msg As String _ ) |
Visual C++ |
---|
public: FtpConnectionLostException( String^ msg ) |
Parameters
- msg
- Type: System..::..String
The message of the exception.