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
-
Reference:
- RemObjects.InternetPack.dll .NET, .NET Core 5.0, .NET Standard 2.0
- RemObjects.InternetPack.fx Island
- libRemObjects.InternetPack.fx Toffee
- Namespace: RemObjects.InternetPack.Ftp
-
Ancestry:
- Exception | FtpException .NET, .NET Core 5.0, .NET Standard 2.0
- Exception | Exception | FtpException Island
- NSException | Exception | FtpException Toffee
- Exception | FtpException .NET, .NET Core 5.0, .NET Standard 2.0
constructor
constructor
FtpException()
init()
Sub New()
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(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;
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(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(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