Click or drag to resize

PdfPasswordException Constructor (String)

Initializes a new instance of the PdfPasswordException class with a specified error message.

Namespace:  Opait.Pdf.Api
Assembly:  Opait.Pdf.Api (in Opait.Pdf.Api.dll) Version: 1.3.3.0
Syntax
C#
public PdfPasswordException(
	string message
)

Parameters

message
Type: SystemString
The message that describes the error.
See Also