Link Search Menu Expand Document

WIAException Constructor (String, Exception)

Initializes a new instance of the WIAException class

Namespace:Bytescout.BarCodeReader
Assembly: Bytescout.BarCodeReader (in Bytescout.BarCodeReader.dll) Version: 12.0.1.2142-master
Syntax
public WIAException(
	string message,
	Exception innerException
)

Parameters

message
Type: SystemString
The exception message that describes the error.
innerException
Type: SystemException
The inner exception.
See Also

Reference