Accusoft.ISISXpressSdk Namespace > ScannerLoadedException Class : ScannerLoadedException Constructor |
Overload | Description |
---|---|
ScannerLoadedException Constructor() | The main constructor for throwing errors when loading the scanner. |
ScannerLoadedException Constructor(Int32) | A ScannerLoadedException constructor which allows passing in an error number. |
ScannerLoadedException Constructor(String) | A ScannerLoadedException constructor which allows passing in an error message. |
ScannerLoadedException Constructor(Int32,String) | A ScannerLoadedException constructor which allows passing in an error number and an error message. |
ScannerLoadedException Constructor(String,Exception) | A ScannerLoadedException constructor which allows passing in an error message and an inner exception. |