Constructor UnsupportedMetadataException
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
UnsupportedMetadataException()
Initializes a new instance of the UnsupportedMetadataException class.
public UnsupportedMetadataException()UnsupportedMetadataException(string)
Initializes a new instance of the UnsupportedMetadataException class.
public UnsupportedMetadataException(string message)Parameters
- messagestring
- The message. 
UnsupportedMetadataException(string, Exception)
Initializes a new instance of the UnsupportedMetadataException class.
public UnsupportedMetadataException(string message, Exception innerException)