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

kCura.WinEDDS.CodeValidator.CodeCreationException

The exception thrown when a failure occurs attempting to create a choice field.
namespace kCura.WinEDDS.CodeValidator { public class CodeCreationException : Exception { public bool IsFatal { get; } public CodeCreationException(bool isFatal, string message); protected CodeCreationException(SerializationInfo info, StreamingContext context); } }