DisposedInstanceException
class DisposedInstanceException(message: String = "The object is already disposed, so the operation is undefined in that case.") : IllegalStateException(source)
Represents exception that is thrown when user tries to use disposed object.
Constructors
Link copied to clipboard
constructor(message: String = "The object is already disposed, so the operation is undefined in that case.")