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

Relativity.DataExchange.Data.BooleanImporterException

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