Link Search Menu Expand Document

PDFRendererInvalidPasswordException Constructor (String, Exception)

Initializes a new instance of the PDFRendererInvalidPasswordException class.

Namespace:Bytescout.PDFRenderer
Assembly: Bytescout.PDFRenderer (in Bytescout.PDFRenderer.dll) Version: 13.4.0.4759-master
Syntax
public PDFRendererInvalidPasswordException(
	string message,
	Exception innerException
)

Parameters

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

Reference