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.
The Docotic.Pdf Library Documentation page contains links to articles, guides, and sample code.
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.