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