ONIException#

class oni.ONIException : Exception#

Exception wrapper for error codes returned by the native ONI API.

Public Members

readonly int Number#

The underlying ONI API error code.

Properties

override string Message { get; set; }#

Get a human-readable version of the error code produced by the native ONI API.