Overview

Location

  • Reference: Go.fx
  • Namespace: go.builtin
  • Platforms: Island
  • Ancestry:

Instance Methods


constructor

IndexOutOfRangeException()

constructor (not nullable String)

constructor(aMessage: not nullable String)
IndexOutOfRangeException(String! aMessage)
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: