Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


VisitExceptionKind

Flags used to specify a set of exceptions.
Read time 1 minuteLast updated 10 days ago

Definition

[Flags]public enum VisitExceptionKind

Fields

Value

Description

AllUse this flag to specify all exceptions.
InternalFlag used to specify internal exceptions thrown by the core visitation.
NoneFlag used to specify no exception types.
VisitorUse this flag to specify exceptions thrown from the visitor code itself.