Click or drag to resize

OhioError Enumeration

Specifies the error exception codes for OhioException.

Namespace:  Flex.Hal.Ohio
Assembly:  Flex.Hal.Ohio (in Flex.Hal.Ohio.dll) Version: 4.1.4031.1525
Syntax
public enum OhioError
Members
  Member nameValueDescription
INVALID_ARGUMENT0 Argument(s) provided to a method is not valid.
INDEX_OUT_OF_RANGE1 An attempt is made to access an element of an array or collection with an index that is outside its bounds.
INVALID_PROFILE2 A session profile is missing or in an invalid format.
SESSION_NOT_CONNECTED3 Action cannot be performed when the session is not connected.
SESSION_NOT_FOUND4 The specified session cannot be found.
SESSION_LIMIT_REACHED5 The maximum number of licensed sessions has been reached.
INVALID_LICENSE_CODE6 The license code is not valid.
LICENSE_EXPIRED7 The license code is expired.
EMULATION_NOT_LICENSED8 The emulation type is not licensed.
See Also