FtpException

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

 

FtpException()

 

init()

 

Sub New()

constructor (Int32, String)

 

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 (String)

 

constructor(message: String)

 

FtpException(String message)

 

init(_ message: String)

 

Sub New(message As String)

Parameters:

  • message:

constructor (String, Int32)

 

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 (String, Int32, Exception)

 

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 (String, Exception)

 

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 (String, Exception)    (declared in Exception) Island, Toffee

 

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;

 

Int32 Code { get; }

 

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;

 

Int32 Code { get; }

 

var Code: Int32 { get{} }

 

ReadOnly Property Code() As Int32

 

constructor

 

constructor

 

FtpException()

 

init()

 

Sub New()

constructor (Int32, String)

 

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 (String)

 

constructor(message: String)

 

FtpException(String message)

 

init(_ message: String)

 

Sub New(message As String)

Parameters:

  • message:

constructor (String, Int32)

 

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 (String, Int32, Exception)

 

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 (String, Exception)

 

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 (String, Exception)    (declared in Exception) Island, Toffee

 

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