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

FieldValueImportException

The exception thrown when a failure occurs attempting to set a field value during an import operation.
public long RowNumber { get; }

Gets the row number where the error occurred.

Initializes a new instance of the FieldValueImportException class.

public FieldValueImportException(long row, string fieldName, string additionalInfo)

Initializes a new instance of the FieldValueImportException class.

public FieldValueImportException(Exception innerException, long row, string fieldName, string additionalInfo)

Initializes a new instance of the FieldValueImportException class.