Table of Contents

Constructor ConformanceException

Namespace
BitMiracle.Docotic.Pdf.Conformance
Assembly
BitMiracle.Docotic.Pdf.Conformance.dll

ConformanceException()

Initializes a new instance of the ConformanceException class.

public ConformanceException()

ConformanceException(string)

Initializes a new instance of the ConformanceException class.

public ConformanceException(string message)

Parameters

message string

The message.

ConformanceException(string, Exception)

Initializes a new instance of the ConformanceException class.

public ConformanceException(string message, Exception innerException)

Parameters

message string

The message.

innerException Exception

The inner exception.