docs.unity.cn
    Show / Hide Table of Contents

    Enum VisitExceptionKind

    Flags used to specify a set of exceptions.

    Namespace: Unity.Properties
    Syntax
    [Flags]
    public enum VisitExceptionKind

    Fields

    Name Description Value
    All

    Use this flag to specify all exceptions.

    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.

    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on Wednesday, November 9, 2022
    Terms of use