Class ConcordEnumException
- Namespace
- Concord
- Assembly
- Concord.Enums.dll
Exception thrown when Concord cannot read or allocate an extended enum member.
public sealed class ConcordEnumException : Exception, ISerializable
- Inheritance
-
ConcordEnumException
- Implements
- Inherited Members
Constructors
ConcordEnumException(string, string)
Initializes a new enum exception with a stable diagnostic code.
public ConcordEnumException(string code, string message)
Parameters
codestringThe Concord diagnostic code, such as
CONC135.messagestringThe human-readable error message.
Properties
Code
The stable Concord diagnostic code for this failure.
public string Code { get; }