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

Relativity.DataExchange.Data.ObjectNameImporterException

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