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