Click or drag to resize

StateDoesntExistException Class

Exception that is thrown when requested state doesn't exist
Inheritance Hierarchy
SystemObject
  SystemException
    Micros.PosCore.Extensibility.OpsStateDoesntExistException

Namespace:  Micros.PosCore.Extensibility.Ops
Assembly:  PosCore (in PosCore.dll) Version: 18.2
Syntax
C#
public class StateDoesntExistException : Exception

The StateDoesntExistException type exposes the following members.

Constructors
  NameDescription
Public methodStateDoesntExistException
Initializes a new instance of the StateDoesntExistException class
Top
See Also