Click or drag to resize

OutOfTravelException Class

Thrown if at least one of the motor axes exceeded its limit.
Inheritance Hierarchy
SystemObject
  SystemException
    RAYLASE.SPICE3ExecutionException
      RAYLASE.SPICE3OutOfTravelException

Namespace: RAYLASE.SPICE3
Assembly: RAYLASE.SPICE3 (in RAYLASE.SPICE3.dll) Version: 2.3.4
Syntax
C#
public class OutOfTravelException : ExecutionException

The OutOfTravelException type exposes the following members.

Properties
 NameDescription
Public propertyAxes Axes that caused the exception.
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