Class NoFeederSupportException
- Namespace
- NAPS2.Scan.Exceptions
- Assembly
- NAPS2.Sdk.dll
Indicates that PaperSource.Feeder was selected but the scanning device/driver doesn't support feeder scanning.
public class NoFeederSupportException : ScanDriverException, ISerializable
- Inheritance
-
NoFeederSupportException
- Implements
- Inherited Members
Constructors
NoFeederSupportException()
public NoFeederSupportException()
NoFeederSupportException(Exception)
public NoFeederSupportException(Exception innerException)
Parameters
innerException
Exception
NoFeederSupportException(string)
public NoFeederSupportException(string message)
Parameters
message
string
NoFeederSupportException(string, Exception)
public NoFeederSupportException(string message, Exception innerException)