PDFRendererInvalidPasswordException Constructor (String, Exception)ByteScout PDF Renderer SDK
Initializes a new instance of the PDFRendererInvalidPasswordException class.

Namespace:  Bytescout.PDFRenderer
Assembly:  Bytescout.PDFRenderer (in Bytescout.PDFRenderer.dll) Version: 13.4.1.4800-master
Syntax

public PDFRendererInvalidPasswordException(
	string message,
	Exception innerException
)

Parameters

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

Reference