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

Relativity.DataExchange.Media.MultiPageTiffConversionException

The exception thrown when a serious failure occurs attempting to convert a multi-page TIFF. This class cannot be inherited.
namespace Relativity.DataExchange.Media { public sealed class MultiPageTiffConversionException : ImageConversionException { public MultiPageTiffConversionException(); public MultiPageTiffConversionException(string message); public MultiPageTiffConversionException(string message, Exception innerException); public MultiPageTiffConversionException(string file, int pageNumber, int pageCount, Exception innerException); } }