Table of Contents

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

message string

The message.

UnsupportedMetadataException(string, Exception)

Initializes a new instance of the UnsupportedMetadataException class.

public UnsupportedMetadataException(string message, Exception innerException)

Parameters

message string

The message.

innerException Exception

The inner exception.