Initializes object by specified error message.

Namespace: Spire.Pdf.Exceptions
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public PdfConformanceException(
	string message
)
Public Sub New ( 
	message As String
)
public:
PdfConformanceException(
	String^ message
)
new : 
        message : string -> PdfConformanceException

Parameters

message
String
User defined error message.

See Also