Overview

Thrown when accessing items out of the range of the underlying storage.

Location

Properties


var Message: String { get{} }

Instance Methods


constructor Cooper

IndexOutOfRangeException()
IndexOutOfRangeException()

constructor(aFormat: String; params aParams: array of Object)
IndexOutOfRangeException(String aFormat, params Object[] aParams)
init(_ aFormat: String, _ aParams: Object...)
IndexOutOfRangeException(String aFormat, Object[]... aParams)
Sub New(aFormat As String, ParamArray aParams As Object())

Parameters:

  • aFormat:
  • aParams:

constructor (String) Cooper

constructor(aMessage: String)
IndexOutOfRangeException(String aMessage)
IndexOutOfRangeException(String aMessage)
Sub New(aMessage As String)

Parameters:

  • aMessage:

constructor withError(NSError): InstanceType    (declared in RTLException) Toffee

init(error aError: NSError)

Parameters:

  • aError: