Click or drag to resize

RequiredDataIsAbsentException(String) Constructor

Initializes a new instance of the RequiredDataIsAbsentException class.

Namespace: Patagames.Pdf.Net.Exceptions
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.111.2704
Syntax
public RequiredDataIsAbsentException(
	string message
)

Parameters

message  String
Exception message.
See Also