ObjectDisposedException

Overview

Location

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

 

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: