Table of Contents

Constructor UnsupportedImageException

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

UnsupportedImageException()

Initializes a new instance of the UnsupportedImageException class.

public UnsupportedImageException()

UnsupportedImageException(string)

Initializes a new instance of the UnsupportedImageException class.

public UnsupportedImageException(string message)

Parameters

message string

The message.

UnsupportedImageException(string, Exception)

Initializes a new instance of the UnsupportedImageException class.

public UnsupportedImageException(string message, Exception innerException)

Parameters

message string

The message.

innerException Exception

The inner exception.