Relativity.DataExchange.Data.CellImporterException
Represents an exception that occured while attempting to import a cell. This class cannot be inherited.
namespace Relativity.DataExchange.Data
{
public sealed class CellImporterException : ImporterException
{
public CellImporterException();
public CellImporterException(string message);
public CellImporterException(string message, Exception innerException);
public CellImporterException(long row, int column, Exception innerException);
public CellImporterException(long row, int column);
}
}