Click or drag to resize

OhioException Class

The exception that is thrown when OHIO related error occurs.
Inheritance Hierarchy
SystemObject
  SystemException
    Flex.Hal.OhioOhioException

Namespace: Flex.Hal.Ohio
Assembly: Flex.Hal.Ohio (in Flex.Hal.Ohio.dll) Version: 6.0.8219.1880
Syntax
public class OhioException : Exception

The OhioException type exposes the following members.

Properties
 NameDescription
Public propertyErrorCode The error code for the exception.
Top
Methods
 NameDescription
Public methodToString Creates and returns a string representation of the current OhioException object.
(Overrides ExceptionToString)
Top
See Also