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

Relativity.DataExchange.Media.ImageFileValidationException

public sealed class ImageFileValidationException : Exception
The exception thrown when a serious image file validation error occurs. This class cannot be inherited.
namespace Relativity.DataExchange.Media { public sealed class ImageFileValidationException : Exception { public ImageFileValidationException(); public ImageFileValidationException(string message); public ImageFileValidationException(string message, Exception innerException); } }