Class GraphsExceptionUtility | Bolt Visual Scripting | 1.4.12
docs.unity3d.com
    Show / Hide Table of Contents

    Class GraphsExceptionUtility

    Inheritance
    Object
    GraphsExceptionUtility
    Namespace: Ludiq.Bolt
    Syntax
    public static class GraphsExceptionUtility

    Methods

    ClearExceptionInHierarchy(IGraphElementWithDebugData, GraphPointer)

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

    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 Exception HandleException(this IGraphElementWithDebugData element, GraphPointer pointer, Exception ex)
    Parameters
    Type Name Description
    IGraphElementWithDebugData element
    GraphPointer pointer
    Exception ex
    Returns
    Type Description
    Exception

    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 © 2020 Unity Technologies
    Generated by DocFX