Click or drag to resize

OutOfFieldException Class

Thrown if at least one of the axes exceeded limits of the field after applying all transformations/fieldCorrections.
Inheritance Hierarchy
SystemObject
  SystemException
    RAYLASE.Marker.CommonBaseScanControllerException
      RAYLASE.Marker.CommonOutOfFieldException

Namespace: RAYLASE.Marker.Common
Assembly: RAYLASE.Marker.Common (in RAYLASE.Marker.Common.dll) Version: 2.19.0
Syntax
C#
public class OutOfFieldException : BaseScanControllerException

The OutOfFieldException type exposes the following members.

Constructors
 NameDescription
Public methodOutOfFieldExceptionInitializes a new instance of the Exception class.
Public methodOutOfFieldException(String)Initializes a new instance of the Exception class with a specified error message.
Public methodOutOfFieldException(String, Exception)Initializes a new instance of the Exception class with a specified error message and a reference to the inner exception that is the cause of this exception.
Public methodOutOfFieldException(String, NullableInt32) Creates a new OutOfFieldException.
Top
Properties
 NameDescription
Public propertyError Type of the error.
(Inherited from BaseScanControllerException)
Public propertyScanControllerName Name of the scan controller causing the exception.
(Inherited from BaseScanControllerException)
Top
Extension Methods
 NameDescription
Public Extension MethodGetAllMessages Concatenates exception messages recursively through the inner exceptions.
(Defined by Extensions)
Public Extension MethodGetAllStackTraces Concatenates exception stack traces recursively through the inner exceptions.
(Defined by Extensions)
Top
See Also