Constructor OutputConformanceException
OutputConformanceException()
Initializes the exception.
public OutputConformanceException()
OutputConformanceException(string)
Initializes the exception with a message.
public OutputConformanceException(string message)
Parameters
messagestringThe error message.
OutputConformanceException(string, string?)
Initializes the exception with a message and the requested conformance level.
public OutputConformanceException(string message, string? conformanceLevel)
Parameters
messagestringThe error message.
conformanceLevelstringThe requested level, for example "PDF/A-2b".
OutputConformanceException(string, string?, Exception?)
Initializes the exception with a message, a conformance level and an inner exception.
public OutputConformanceException(string message, string? conformanceLevel, Exception? innerException)