<PackageReference Include="Relativity.Server.Import.SDK" Version="24000.1.0" />

ImageConversionException

The exception thrown when a serious failure occurs during image rollup.
public string File { get; protected set; }

Gets or sets the full path to the image file that caused the exception.

public int PageCount { get; protected set; }

Gets or sets the number of pages in the file.

public int PageNumber { get; protected set; }

Gets or sets the page number on which the exception occurred.

Initializes a new instance of the ImageConversionException class.

public ImageConversionException(string message)

Initializes a new instance of the ImageConversionException class.

public ImageConversionException(string message, Exception innerException)

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.