ImageConversionException
The exception thrown when a serious failure occurs during image rollup.
Gets or sets the full path to the image file that caused the exception.
Gets or sets the number of pages in the file.
Gets or sets the page number on which the exception occurred.
public ImageConversionException()
Initializes a new instance of the ImageConversionException class.
Initializes a new instance of the ImageConversionException class.
Initializes a new instance of the ImageConversionException class.
public ImageConversionException(string file, int pageNumber, int pageCount, Exception innerException)
Initializes a new instance of the ImageConversionException class.
Initializes a new instance of the ImageConversionException class.