Enum VisitExceptionType
Flags used to specify a set of exceptions.
Namespace: Unity.Properties
Syntax
[Flags]
public enum VisitExceptionType
Fields
Name | Description | Value |
---|---|---|
None | Flag used to specify no exception types. |
0 |
Internal | Flag used to specify internal exceptions thrown by the core visitation. |
1 |
Visitor | Use this flag to specify exceptions thrown from the visitor code itself. |
2 |