ParserPermissionsException Constructor (String, Exception)ByteScout Invoice Parser SDK
Initializes a new instance of the ParserPermissionsException class.

Namespace:  ByteScout.InvoiceParser
Assembly:  ByteScout.InvoiceParser (in ByteScout.InvoiceParser.dll) Version: 3.0.0.357-master
Syntax

public ParserPermissionsException(
	string message,
	Exception innerException
)

Parameters

message
Type: SystemString
The message text.
innerException
Type: SystemException
The inner exception.
See Also

Reference