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

    Class XGraphPingException

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

    Methods

    AttachGraphPing(Exception, GraphPointer, IGraphElement)

    Declaration
    public static Exception AttachGraphPing(this Exception ex, GraphPointer pointer, IGraphElement element)
    Parameters
    Type Name Description
    Exception ex
    GraphPointer pointer
    IGraphElement element
    Returns
    Type Description
    Exception

    TryExtractGraphPing(Exception, out String)

    Declaration
    public static bool TryExtractGraphPing(this Exception ex, out string pingTag)
    Parameters
    Type Name Description
    Exception ex
    String pingTag
    Returns
    Type Description
    Boolean

    WrapGraphPing(Exception, GraphPointer, IGraphElement)

    Declaration
    public static GraphPingException WrapGraphPing(this Exception ex, GraphPointer pointer, IGraphElement element)
    Parameters
    Type Name Description
    Exception ex
    GraphPointer pointer
    IGraphElement element
    Returns
    Type Description
    GraphPingException
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX