NotImplementedException
Overview
Thrown when a method is not implemented.
Location
-
Reference:
- elements.jar Cooper
- libElements.fx Toffee
- Elements.fx ToffeeV2
- Namespace: RemObjects.Elements.RTL
- Platforms: Cooper, Toffee, ToffeeV2
-
Ancestry:
- Exception | RTLException | NotImplementedException Cooper
- NSException | RTLException | NotImplementedException Toffee, ToffeeV2
- Exception | RTLException | NotImplementedException Cooper
Properties
Message (declared in RTLException) Toffee, ToffeeV2
var Message: String { get{} }
Instance Methods
constructor Cooper
constructor
NotImplementedException()
init()
NotImplementedException()
Sub New()
constructor(aFormat: String; params aParams: array of Object)
NotImplementedException(String aFormat, params Object[] aParams)
init(_ aFormat: String, _ aParams: Object...)
NotImplementedException(String aFormat, Object[]... aParams)
Sub New(aFormat As String, ParamArray aParams As Object())
Parameters:
- aFormat:
- aParams:
constructor (String) Cooper
constructor(aMessage: String)
NotImplementedException(String aMessage)
init(_ aMessage: String)
NotImplementedException(String aMessage)
Sub New(aMessage As String)
Parameters:
- aMessage:
constructor withError(NSError): InstanceType (declared in RTLException) Toffee, ToffeeV2
init(error aError: NSError)
Parameters:
- aError: