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

IntegerImporterException

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

Initializes a new instance of the IntegerImporterException class.

public IntegerImporterException(string message)

Initializes a new instance of the IntegerImporterException class.

public IntegerImporterException(string message, Exception innerException)

Initializes a new instance of the IntegerImporterException class.

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

Initializes a new instance of the IntegerImporterException class.