Base |
[Missing <summary> documentation for "T:RAYLASE.Marker.Common.BaseScanControllerException"]
public class BaseScanControllerException : Exception
The BaseScanControllerException type exposes the following members.
| Name | Description | |
|---|---|---|
| BaseScanControllerException | Initializes a new instance of the Exception class. | |
| BaseScanControllerException(String) | Initializes a new instance of the Exception class with a specified error message. | |
| BaseScanControllerException(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. | |
| ScanControllerName | Name of the scan controller causing the exception. |
| 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) |