Out |
public class OutOfFieldException : BaseScanControllerException
The OutOfFieldException type exposes the following members.
Name | Description | |
---|---|---|
![]() | OutOfFieldException | Initializes a new instance of the Exception class. |
![]() | OutOfFieldException(String) | Initializes a new instance of the Exception class with a specified error message. |
![]() | OutOfFieldException(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. |
![]() | OutOfFieldException(String, NullableInt32) | Creates a new OutOfFieldException. |
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) |