Click or drag to resize

PdfAnnotationException Constructor (String)

Initializes object by specified error message.

Namespace: Spire.Pdf.Exceptions
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public PdfAnnotationException(
	string message
)

Parameters

message
Type: System String
User defined error message.
See Also