ToffeeErrorException
Overview
Location
- Reference: libToffee.fx
- Namespace: RemObjects.Elements.System
- Ancestry: NSException | ToffeeErrorException
Properties
error virtual
property error: not nullable NSError read;
NSError! error { get; }
var error: NSError { get{} }
NSError error { __get; }
ReadOnly Property error() As NSError
Instance Methods
constructor
constructor withError(error: not nullable NSError)
ToffeeErrorException withError(NSError! error)
init(withError error: NSError)
ToffeeErrorException withError(NSError error)
Sub New withError(error As NSError)
Parameters:
- error: