Class ScanDriverUnknownException
- Namespace
- NAPS2.Scan.Exceptions
- Assembly
- NAPS2.Sdk.dll
Indicates an unknown exception with the scanning driver that should be logged with full diagnostics.
public class ScanDriverUnknownException : ScanDriverException, ISerializable
- Inheritance
-
ScanDriverUnknownException
- Implements
- Inherited Members
Constructors
ScanDriverUnknownException()
public ScanDriverUnknownException()
ScanDriverUnknownException(Exception)
public ScanDriverUnknownException(Exception innerException)
Parameters
innerException
Exception
ScanDriverUnknownException(string, Exception)
public ScanDriverUnknownException(string message, Exception innerException)