kCura.WinEDDS.Exceptions.CodeCreationFailedException
The exception thrown when a failure occurs attempting to create a new code.
namespace kCura.WinEDDS.Exceptions
{
public class CodeCreationFailedException : Exception
{
public string OriginalExceptionText { get; }
public CodeCreationFailedException(string message);
protected CodeCreationFailedException(SerializationInfo info, StreamingContext context);
}
}