<PackageReference Include="Relativity.Other" Version="10.2.194.1" />

ImporterExceptionBase

public abstract class ImporterExceptionBase : Exception

protected ImporterExceptionBase(string message)

protected ImporterExceptionBase(string message, Exception innerException)

protected ImporterExceptionBase(long row, string fieldName, string additionalInfo)

protected ImporterExceptionBase(Exception innerException, long row, string fieldName, string additionalInfo)

protected ImporterExceptionBase(long row, int column, string additionalInfo)

protected ImporterExceptionBase(Exception innerException, long row, int column, string additionalInfo)