Click or drag to resize

ExecutionAbortedException Class

Thrown if the execution has been aborted (by user or IO signal).
Inheritance Hierarchy
SystemObject
  SystemException
    RAYLASE.Marker.CommonBaseScanControllerException
      RAYLASE.Marker.CommonExecutionAbortedException

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

The ExecutionAbortedException type exposes the following members.

Constructors
 NameDescription
Public methodExecutionAbortedExceptionInitializes a new instance of the Exception class.
Public methodExecutionAbortedException(String)Initializes a new instance of the Exception class with a specified error message.
Public methodExecutionAbortedException(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.
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