FtpException.this

Construct an FtpException based on a message and code.

  1. this(string message, char[3] code)
    class FtpException
    this
    (
    string message
    ,
    char[3] code = "420"
    )
  2. this(FtpResponse r)

Parameters

message string

the exception message

code char[3]

the code (5xx for fatal errors)

Meta