Click or drag to resize

ScannerCommunicationException Class

A problem occurred during communications with the scanners.
Inheritance Hierarchy
SystemObject
  SystemException
    RAYLASE.SPICE3ScannerCommunicationException

Namespace: RAYLASE.SPICE3
Assembly: RAYLASE.SPICE3 (in RAYLASE.SPICE3.dll) Version: 3.4.1
Syntax
C#
public class ScannerCommunicationException : Exception

The ScannerCommunicationException type exposes the following members.

Properties
 NameDescription
Public propertyAxes The scanner axes to which the exception applies.
Top
Extension Methods
 NameDescription
Public Extension MethodGetAllExceptionMessages Gets the exception's message, and then descends through the inner exceptions, appending all their messages to the same string.
(Defined by ClientLibExtensions)
Top
Remarks
Please refer to SP-ICE-3-Specific Exceptions for further information.
See Also