CException type
Base type for exceptions arising from errors returned by calling C functionsDirect parent types
- Error
- Represents an error. Usually more specific error types are used.
Direct subtypes: 14
Methods
- init(e:CException, message:Str) Source: stdlib.ngs:996
- CException constructor. In addition to storing message field, adds errno and errno_name fields.
- init(e:CException, errno:Int, message:Str) Source: stdlib.ngs:1004
- CException constructor. In addition to storing message field, adds errno and errno_name fields.