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

StringImporterException

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

Initializes a new instance of the StringImporterException class.

public StringImporterException(string message)

Initializes a new instance of the StringImporterException class.

public StringImporterException(string message, Exception innerException)

Initializes a new instance of the StringImporterException class.

public StringImporterException(long row, int column, int length)

Initializes a new instance of the StringImporterException class.

public StringImporterException(long row, int column, int length, string fieldName)

Initializes a new instance of the StringImporterException class.

public StringImporterException(long row, int column, int sourceLength, int destinationMaxLength, string fieldName)

Initializes a new instance of the StringImporterException class.