IndexOutOfRangeException
Overview
Location
- Reference: Go.fx
- Namespace: go.builtin
- Platforms: Island
-
Ancestry:
- Exception | IndexOutOfRangeException Island-Android, Island-iOS, Island-iOS Simulator, Island-Mac Catalyst, Island-macOS, Island-tvOS, Island-tvOS Simulator, Island-Ubuntu, Island-watchOS Simulator, Island-watchOS-arm64_32, Island-Windows
- Exception | IndexOutOfRangeException Island-watchOS-armv7k
- Exception | IndexOutOfRangeException Island-Android, Island-iOS, Island-iOS Simulator, Island-Mac Catalyst, Island-macOS, Island-tvOS, Island-tvOS Simulator, Island-Ubuntu, Island-watchOS Simulator, Island-watchOS-arm64_32, Island-Windows
Instance Methods
constructor
constructor
IndexOutOfRangeException()
init()
Sub New()
constructor (not nullable String)
constructor(aMessage: not nullable String)
IndexOutOfRangeException(String! aMessage)
init(_ aMessage: String)
Sub New(aMessage As String)
Parameters:
- aMessage:
constructor(aMessage: not nullable String; aException: not nullable Exception)
IndexOutOfRangeException(String! aMessage, Exception! aException)
init(_ aMessage: String, _ aException: Exception)
Sub New(aMessage As String, aException As Exception)
Parameters:
- aMessage:
- aException: