Class ConcordDeclarationException
- Namespace
- Concord.Orchestration
- Assembly
- Concord.Orchestration.dll
Thrown when a class carrying PatchAttribute is not a valid Concord declaration: its target base type cannot be resolved, or an explicit target disagrees with the class's own base type.
public sealed class ConcordDeclarationException : Exception, ISerializable
- Inheritance
-
ConcordDeclarationException
- Implements
- Inherited Members
Constructors
ConcordDeclarationException(string)
Initializes a new instance of the ConcordDeclarationException class.
public ConcordDeclarationException(string message)
Parameters
messagestringA description of why the declaration is invalid.