<PackageReference Include="Relativity.Server.Utility.SDK" Version="14.2.7" />

ImporterExceptionBase

public abstract class ImporterExceptionBase : Exception
Represents an exceptional failure attempting to import data

Initializes a new instance of UpdateFailedException.

protected ImporterExceptionBase(string message)

Initializes a new instance of UpdateFailedException with the specified message.

protected ImporterExceptionBase(string message, Exception innerException)

Initializes a new instance of UpdateFailedException with the specified message and inner exception.

Initializes a new instance of UpdateFailedException with serialized data.

protected ImporterExceptionBase(long row, string fieldName, string additionalInfo)

Initializes a new instance of UpdateFailedException with the provided row index, field name, and additional information.

protected ImporterExceptionBase(Exception innerException, long row, string fieldName, string additionalInfo)

Initializes a new instance of UpdateFailedException with the provided inner exception, row index, field name, and additional information.

protected ImporterExceptionBase(long row, int column, string additionalInfo)

Initializes a new instance of UpdateFailedException with the provided row index, field name, and additional information.

protected ImporterExceptionBase(Exception innerException, long row, int column, string additionalInfo)

Initializes a new instance of UpdateFailedException with the provided inner exception, row index, field name, and additional information.