CmdResponseException
Overview
The class for exceptions for error codes received by RemObjects.InternetPack.CommandBased clients.
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.CommandBased
-
Ancestry:
- Exception | CmdResponseException .NET, .NET Core 5.0, .NET Standard 2.0
- Exception | Exception | CmdResponseException Island
- NSException | Exception | CmdResponseException Toffee
- Exception | CmdResponseException .NET, .NET Core 5.0, .NET Standard 2.0
Instance Methods
constructor (declared in Exception) Island, Toffee
constructor
CmdResponseException()
init()
Sub New()
constructor(error: String; responseCode: Int32; responseText: String)
CmdResponseException(String error, Int32 responseCode, String responseText)
init(_ error: String, _ responseCode: Int32, _ responseText: String)
Sub New(error As String, responseCode As Int32, responseText As String)
Parameters:
- error:
- responseCode:
- responseText:
constructor(message: String)
CmdResponseException(String message)
init(_ message: String)
Sub New(message As String)
Parameters:
- message:
constructor(message: String; innerException: Exception)
CmdResponseException(String message, Exception innerException)
init(_ message: String, _ innerException: Exception)
Sub New(message As String, innerException As Exception)
Parameters:
- message:
- innerException:
- FtpClient class