SugarArgumentException
Overview
Represents exception that is thrown when one of the arguments provided to a method is not valid.
Location
- Reference: Sugar
- Namespace: Sugar
- Ancestry: Exception | SugarException | SugarArgumentException
Instance Methods
constructor
Creates a new instance of the class.
constructor
SugarArgumentException()
init()
SugarArgumentException()
Sub New()
constructor (String)
constructor(aMessage: String)
SugarArgumentException(String aMessage)
init(_ aMessage: String)
SugarArgumentException(String aMessage)
Sub New(aMessage As String)
Parameters:
- aMessage:
constructor(aFormat: String; params aParams: array of Object)
SugarArgumentException(String aFormat, params Object[] aParams)
init(_ aFormat: String, _ aParams: Object...)
SugarArgumentException(String aFormat, Object[]... aParams)
Sub New(aFormat As String, ParamArray aParams As Object())
Parameters:
- aFormat:
- aParams: