IndexOutOfRangeException

Overview

Location

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

 

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: