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

CellImporterException

Represents an exception that occured while attempting to import a cell. This class cannot be inherited.

Initializes a new instance of the CellImporterException class.

public CellImporterException(string message)

Initializes a new instance of the CellImporterException class.

public CellImporterException(string message, Exception innerException)

Initializes a new instance of the CellImporterException class.

public CellImporterException(long row, int column, Exception innerException)

Initializes a new instance of the CellImporterException class.

public CellImporterException(long row, int column)

Initializes a new instance of the CellImporterException class.