SugarArgumentOutOfRangeException

Overview

Represents exception that is thrown when one of the arguments provided to a method is out of valid range of values.

Location

Instance Methods


constructor

Creates a new instance of the class.

 

constructor

 

SugarArgumentOutOfRangeException()

 

init()

 

SugarArgumentOutOfRangeException()

 

Sub New()

constructor (String)

 

constructor(aMessage: String)

 

SugarArgumentOutOfRangeException(String aMessage)

 

init(_ aMessage: String)

 

SugarArgumentOutOfRangeException(String aMessage)

 

Sub New(aMessage As String)

Parameters:

  • aMessage:

constructor (String, array of Object)

 

constructor(aFormat: String; params aParams: array of Object)

 

SugarArgumentOutOfRangeException(String aFormat, params Object[] aParams)

 

init(_ aFormat: String, _ aParams: Object...)

 

SugarArgumentOutOfRangeException(String aFormat, Object[]... aParams)

 

Sub New(aFormat As String, ParamArray aParams As Object())

Parameters:

  • aFormat:
  • aParams: