Table of Contents

Constructor OutputConformanceException

Namespace
DocWright.Core
Assembly
DocWright.Core.dll

OutputConformanceException()

Initializes the exception.

public OutputConformanceException()

OutputConformanceException(string)

Initializes the exception with a message.

public OutputConformanceException(string message)

Parameters

message string

The error message.

OutputConformanceException(string, string?)

Initializes the exception with a message and the requested conformance level.

public OutputConformanceException(string message, string? conformanceLevel)

Parameters

message string

The error message.

conformanceLevel string

The 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)

Parameters

message string

The error message.

conformanceLevel string

The requested level, for example "PDF/A-2b".

innerException Exception

The underlying cause.