Class NodeException | Asset Graph | 1.6.0-preview
docs.unity3d.com
    Show / Hide Table of Contents

    Class NodeException

    Inheritance
    Object
    Exception
    NodeException
    Namespace: UnityEngine.AssetGraph
    Syntax
    public class NodeException : Exception, ISerializable, _Exception

    Constructors

    NodeException(String, String)

    Declaration
    public NodeException(string reason, string howToFix)
    Parameters
    Type Name Description
    String reason
    String howToFix

    NodeException(String, String, AssetReference)

    Declaration
    public NodeException(string reason, string howToFix, AssetReference a)
    Parameters
    Type Name Description
    String reason
    String howToFix
    AssetReference a

    NodeException(String, String, NodeData)

    Declaration
    public NodeException(string reason, string howToFix, NodeData node)
    Parameters
    Type Name Description
    String reason
    String howToFix
    NodeData node

    NodeException(String, String, NodeData, AssetReference)

    Declaration
    public NodeException(string reason, string howToFix, NodeData node, AssetReference a)
    Parameters
    Type Name Description
    String reason
    String howToFix
    NodeData node
    AssetReference a

    Fields

    Asset

    Declaration
    public readonly AssetReference Asset
    Field Value
    Type Description
    AssetReference

    HowToFix

    Declaration
    public readonly string HowToFix
    Field Value
    Type Description
    String

    Node

    Declaration
    public readonly NodeData Node
    Field Value
    Type Description
    NodeData

    Reason

    Declaration
    public readonly string Reason
    Field Value
    Type Description
    String

    Properties

    NodeId

    Declaration
    public string NodeId { get; }
    Property Value
    Type Description
    String
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023