Exception thrown when a visitor composition is can not visit an expression that it's intended to visit.
Inheritance Hierarchy
| Object | ||||||
| Exception | ||||||
| SystemException | ||||||
| InvalidOperationException | ||||||
| EpicException | ||||||
| NonExhaustiveVisitorException | ||||||
| NonExhaustiveVisitorException<(Of <(<'TExpression>)>)> | ||||||
Assembly: Epic.Prelude
Declaration Syntax
| C# |
[SerializableAttribute] public abstract class NonExhaustiveVisitorException : EpicException
Members
| All Members | Properties | ||||
| Member | Description | |
|---|---|---|
| ExpressionType |
Type of the expression that the composition can not handle.
| |
| VisitorCompositionName |
Name of the visitor composition.
|
