Overview

The exception that is thrown when an error occurs while customer makes inadmissible action or permission to make this action (delete file, change folder etc.) denied.

Location

constructor


constructor(code: Int32; message: String)
FtpException(Int32 code, String message)
init(_ code: Int32, _ message: String)
Sub New(code As Int32, message As String)

Parameters:

  • code:
  • message:

constructor(message: String)
FtpException(String message)
Sub New(message As String)

Parameters:

  • message:

constructor(message: String; code: Int32)
FtpException(String message, Int32 code)
init(_ message: String, _ code: Int32)
Sub New(message As String, code As Int32)

Parameters:

  • message:
  • code:

constructor(message: String; code: Int32; e: Exception)
FtpException(String message, Int32 code, Exception e)
init(_ message: String, _ code: Int32, _ e: Exception)
Sub New(message As String, code As Int32, e As Exception)

Parameters:

  • message:
  • code:
  • e:

constructor(message: String; e: Exception)
FtpException(String message, Exception e)
init(_ message: String, _ e: Exception)
Sub New(message As String, e As Exception)

Parameters:

  • message:
  • e:

constructor(message: String; innerException: Exception)
FtpException(String message, Exception innerException)
init(_ message: String, _ innerException: Exception)
Sub New(message As String, innerException As Exception)

Parameters:

  • message:
  • innerException:

Code  virtual

Gets an error code.

property Code: Int32 read;
var Code: Int32 { get{} }
ReadOnly Property Code() As Int32

description  override Toffee

func description() -> NSString

ToString  virtual

method ToString: PlatformString
PlatformString ToString()
func ToString() -> String
Function ToString() As PlatformString

Code  virtual

Gets an error code.

property Code: Int32 read;
var Code: Int32 { get{} }
ReadOnly Property Code() As Int32

constructor


constructor(code: Int32; message: String)
FtpException(Int32 code, String message)
init(_ code: Int32, _ message: String)
Sub New(code As Int32, message As String)

Parameters:

  • code:
  • message:

constructor(message: String)
FtpException(String message)
Sub New(message As String)

Parameters:

  • message:

constructor(message: String; code: Int32)
FtpException(String message, Int32 code)
init(_ message: String, _ code: Int32)
Sub New(message As String, code As Int32)

Parameters:

  • message:
  • code:

constructor(message: String; code: Int32; e: Exception)
FtpException(String message, Int32 code, Exception e)
init(_ message: String, _ code: Int32, _ e: Exception)
Sub New(message As String, code As Int32, e As Exception)

Parameters:

  • message:
  • code:
  • e:

constructor(message: String; e: Exception)
FtpException(String message, Exception e)
init(_ message: String, _ e: Exception)
Sub New(message As String, e As Exception)

Parameters:

  • message:
  • e:

constructor(message: String; innerException: Exception)
FtpException(String message, Exception innerException)
init(_ message: String, _ innerException: Exception)
Sub New(message As String, innerException As Exception)

Parameters:

  • message:
  • innerException:

description  override Toffee

func description() -> NSString

ToString  virtual

method ToString: PlatformString
PlatformString ToString()
func ToString() -> String
Function ToString() As PlatformString