Class ScanDriverException
- Namespace
- NAPS2.Scan.Exceptions
- Assembly
- NAPS2.Sdk.dll
Indicates an exception with the scanning driver. The concrete class may be a well-known exception type (e.g. DeviceOfflineException) or an unknown exception (ScanDriverUnknownException).
public abstract class ScanDriverException : Exception, ISerializable
- Inheritance
-
ScanDriverException
- Implements
- Derived
- Inherited Members
Constructors
ScanDriverException()
protected ScanDriverException()
ScanDriverException(string)
protected ScanDriverException(string message)
Parameters
message
string
ScanDriverException(string, Exception)
protected ScanDriverException(string message, Exception innerException)