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