Overview

Represents exception that is thrown when action is not supported.

Location

Instance Methods


constructor

Creates a new instance of the class.

SugarNotSupportedException()
SugarNotSupportedException()

constructor(aMessage: String)
SugarNotSupportedException(String aMessage)
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: