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

Relativity.DataExchange.Media.MultiPagePdfConversionException

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