docs.unity.cn
    Show / Hide Table of Contents

    Class GraphsExceptionUtility

    Inheritance
    Object
    GraphsExceptionUtility
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: Unity.VisualScripting
    Syntax
    public static class GraphsExceptionUtility

    Methods

    GetException(IGraphElementWithDebugData, GraphPointer)

    Declaration
    public static Exception GetException(this IGraphElementWithDebugData element, GraphPointer pointer)
    Parameters
    Type Name Description
    IGraphElementWithDebugData element
    GraphPointer pointer
    Returns
    Type Description
    Exception

    HandleException(IGraphElementWithDebugData, GraphPointer, Exception)

    Declaration
    public static void HandleException(this IGraphElementWithDebugData element, GraphPointer pointer, Exception ex)
    Parameters
    Type Name Description
    IGraphElementWithDebugData element
    GraphPointer pointer
    Exception ex

    SetException(IGraphElementWithDebugData, GraphPointer, Exception)

    Declaration
    public static void SetException(this IGraphElementWithDebugData element, GraphPointer pointer, Exception ex)
    Parameters
    Type Name Description
    IGraphElementWithDebugData element
    GraphPointer pointer
    Exception ex
    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on Friday, August 4, 2023