Exception
Overview
Location
-
Reference:
- RemObjects.InternetPack.fx Island
- libRemObjects.InternetPack.fx Toffee
- Namespace: RemObjects.InternetPack
- Platforms: Island, Toffee
-
Ancestry:
- Exception | Exception Island
- NSException | Exception Toffee
- Exception | Exception Island
Instance Methods
constructor
constructor
Exception()
init()
Sub New()
constructor (String)
constructor(message: String)
Exception(String message)
init(_ message: String)
Sub New(message As String)
Parameters:
- message:
constructor(message: String; innerException: Exception)
Exception(String message, Exception innerException)
init(_ message: String, _ innerException: Exception)
Sub New(message As String, innerException As Exception)
Parameters:
- message:
- innerException: