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: 19.8
Syntax
C#
public class StateDoesntExistException : Exception

The StateDoesntExistException type exposes the following members.

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