Relativity.DataExchange.Io.IErrorArguments
This object can retrieve arguments for an error.
namespace Relativity.DataExchange.Io
{
public interface IErrorArguments
{
string FormattedLineInFile();
}
}