Skip to content
Concord

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

code string

The Concord diagnostic code, such as CONC135.

message string

The human-readable error message.

Properties

Code

The stable Concord diagnostic code for this failure.

public string Code { get; }

Property Value

string