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