Link Search Menu Expand Document

InvalidPasswordException Constructor (String, Exception)

Initializes a new instance of the InvalidPasswordException class with a specified error message and inner exception.

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

Parameters

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

Reference