CmdResponseException

Overview

The class for exceptions for error codes received by RemObjects.InternetPack.CommandBased clients.

Location


Instance Methods


constructor    (declared in Exception) Island, Toffee

 

constructor

 

CmdResponseException()

 

init()

 

Sub New()

constructor (String, Int32, String)

 

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

 

constructor(message: String)

 

CmdResponseException(String message)

 

init(_ message: String)

 

Sub New(message As String)

Parameters:

  • message:

constructor (String, Exception)    (declared in Exception) Island, Toffee

 

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: