Relativity.DataExchange.Io.ErrorBeforeMassImportArgs
Error record before mass import occurs.
These tend to be issues with the data source itself.
namespace Relativity.DataExchange.Io
{
public class ErrorBeforeMassImportArgs : IErrorArguments
{
public ErrorBeforeMassImportArgs(int currentLineNumber);
public string FormattedLineInFile();
}
}