Click or drag to resize

BadResponseException Class

Thrown when a bad response is received on the serial port. This can happen when using SERIAL_PORT_TRANSCEIVE etc.
Inheritance Hierarchy
SystemObject
  SystemException
    RAYLASE.SPICE3ExecutionException
      RAYLASE.SPICE3BadResponseException

Namespace: RAYLASE.SPICE3
Assembly: RAYLASE.SPICE3 (in RAYLASE.SPICE3.dll) Version: 3.4.1
Syntax
C#
public class BadResponseException : ExecutionException
Remarks
Please refer to SP-ICE-3-Specific Exceptions for further information.
See Also