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
stringThe message.
UnsupportedMetadataException(string, Exception)
Initializes a new instance of the UnsupportedMetadataException class.
public UnsupportedMetadataException(string message, Exception innerException)
Parameters
UnsupportedMetadataException(SerializationInfo, StreamingContext)
Initializes a new instance of the UnsupportedMetadataException class.
protected UnsupportedMetadataException(SerializationInfo info, StreamingContext context)
Parameters
info
SerializationInfoThe SerializationInfo that holds the serialized object data about the exception being thrown.
context
StreamingContextThe StreamingContext that contains contextual information about the source or destination.
Exceptions
- ArgumentNullException
The
info
parameter is null.- SerializationException
The class name is null or HResult is zero (0).