Table of Contents

Class UnsupportedMetadataException

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

The exception that is thrown when the library can not process document metadata.

public class UnsupportedMetadataException : PdfException, ISerializable
Inheritance
UnsupportedMetadataException
Implements
Inherited Members

Remarks

The Message contains more info about the cause of the exception.

Constructors

UnsupportedMetadataException()

Initializes a new instance of the UnsupportedMetadataException class.

UnsupportedMetadataException(SerializationInfo, StreamingContext)

Initializes a new instance of the UnsupportedMetadataException class.

UnsupportedMetadataException(string)

Initializes a new instance of the UnsupportedMetadataException class.

UnsupportedMetadataException(string, Exception)

Initializes a new instance of the UnsupportedMetadataException class.