NotSupportedException
Overview
Thrown when a method is not supported.
Location
-
Reference:
- libElements.fx Toffee
- Elements.fx ToffeeV2
- Namespace: RemObjects.Elements.RTL
- Platforms: Toffee, ToffeeV2
- Ancestry: NSException | RTLException | NotSupportedException
Properties
Message (declared in RTLException)
var Message: String { get{} }
Instance Methods
constructor (declared in RTLException)
init()
constructor (String, array of Object) (declared in RTLException)
init(_ aFormat: String, _ aParams: Object...)
Parameters:
- aFormat:
- aParams:
constructor (String) (declared in RTLException)
init(_ aMessage: String)
Parameters:
- aMessage:
constructor withError(NSError): InstanceType (declared in RTLException)
init(error aError: NSError)
Parameters:
- aError: