CodeCreationException public class CodeCreationException : Exception The exception thrown when a failure occurs attempting to create a choice field. Documentation Code public bool IsFatal { get; } Gets a value indicating whether the error is fatal. public CodeCreationException(bool isFatal, string message) Initializes a new instance of the CodeCreationException class. protected CodeCreationException(SerializationInfo info, StreamingContext context)