Table of Contents

Class DriverNotSupportedException

Namespace
NAPS2.Scan.Exceptions
Assembly
NAPS2.Sdk.dll

Indicates that a driver was selected that isn't supported with the current platform or framework.

public class DriverNotSupportedException : ScanDriverException, ISerializable
Inheritance
DriverNotSupportedException
Implements
Inherited Members

Constructors

DriverNotSupportedException()

public DriverNotSupportedException()

DriverNotSupportedException(Exception)

public DriverNotSupportedException(Exception innerException)

Parameters

innerException Exception

DriverNotSupportedException(string)

public DriverNotSupportedException(string message)

Parameters

message string

DriverNotSupportedException(string, Exception)

public DriverNotSupportedException(string message, Exception innerException)

Parameters

message string
innerException Exception