SugarKeyNotFoundException
Overview
Represents exception that is thrown when key can not be found in a Dictionary<T,U>.
Location
- Reference: Sugar
- Namespace: Sugar
- Ancestry: Exception | SugarException | SugarKeyNotFoundException
Instance Methods
constructor
Creates a new instance of the class.
constructor
SugarKeyNotFoundException()
init()
SugarKeyNotFoundException()
Sub New()
constructor (String) (declared in SugarException)
Creates a new instance of the class with specified message.
constructor(aMessage: String)
SugarKeyNotFoundException(String aMessage)
init(_ aMessage: String)
SugarKeyNotFoundException(String aMessage)
Sub New(aMessage As String)
Parameters:
- aMessage: The exception message.
constructor (String, array of Object) (declared in SugarException)
Creates a new instance of the class with formated message. Formating performed by the String method.
Parameters:
- aFormat: Format of tje message.
- aParams: Array of objects to format.