Click or drag to resize

UniqueIdMismatchException Class

The exception that is thrown when the unique id in the hardware item usage does not match the unique id defined in the hardware configuration
Inheritance Hierarchy
SystemObject
  SystemException
    LynceeTec.DHM.ExceptionsUniqueIdMismatchException

Namespace: LynceeTec.DHM.Exceptions
Assembly: LynceeTec.DHM (in LynceeTec.DHM.dll) Version: 10.2.3317.0 , built 2025-03-17 14:55:34 UTC
Syntax
public class UniqueIdMismatchException : Exception

The UniqueIdMismatchException type exposes the following members.

Constructors
 NameDescription
Public methodUniqueIdMismatchException(String)Initializes a new instance of the UniqueIdMismatchException class
Public methodUniqueIdMismatchException(String, Exception)Initializes a new instance of the UniqueIdMismatchException class
Top
See Also