Click or drag to resize

OutOfFieldException Class

At least one of the axes has exceeded the limits of the field, after applying all transformations and field corrections.
Inheritance Hierarchy
SystemObject
  SystemException
    RAYLASE.SPICE3ExecutionException
      RAYLASE.SPICE3OutOfFieldException

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

The OutOfFieldException type exposes the following members.

Properties
 NameDescription
Public propertyHead Head 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