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

Relativity.DataExchange.Data.DecimalImporterException

Represents an exception that occured while attempting to import a decimal value. This class cannot be inherited.
namespace Relativity.DataExchange.Data { public sealed class DecimalImporterException : ImporterException { public DecimalImporterException(); public DecimalImporterException(string message); public DecimalImporterException(string message, Exception innerException); public DecimalImporterException(long row, int column, Exception innerException); } }