Execution |
public class ExecutionAbortedException : BaseScanControllerException
The ExecutionAbortedException type exposes the following members.
| Name | Description | |
|---|---|---|
| ExecutionAbortedException | Initializes a new instance of the Exception class. | |
| ExecutionAbortedException(String) | Initializes a new instance of the Exception class with a specified error message. | |
| ExecutionAbortedException(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. |
| Name | Description | |
|---|---|---|
| Error |
Type of the error.
(Inherited from BaseScanControllerException) | |
| ScanControllerName |
Name of the scan controller causing the exception.
(Inherited from BaseScanControllerException) |
| Name | Description | |
|---|---|---|
| GetAllMessages |
Concatenates exception messages recursively through the inner exceptions.
(Defined by Extensions) | |
| GetAllStackTraces |
Concatenates exception stack traces recursively through the inner exceptions.
(Defined by Extensions) |