Initializes a new instance of the FtpException class with the specified error message.
Namespace:
Rebex.Net
Assembly:
Rebex.Ftp (in Rebex.Ftp.dll)
Syntax
Visual Basic |
---|
Public Sub New ( _ message As String _ ) |
C# |
---|
public FtpException( string message ) |
Parameters
- message
- Type: System..::..String
The message that describes the error.