Class GraphPointerException
Implements
Inherited Members
Namespace: Unity.VisualScripting
Assembly: Unity.VisualScripting.Core.dll
Syntax
public sealed class GraphPointerException : Exception, ISerializable
Constructors
GraphPointerException(string, GraphPointer)
Declaration
public GraphPointerException(string message, GraphPointer pointer)
Parameters
Type | Name | Description |
---|---|---|
string | message | |
GraphPointer | pointer |
Properties
pointer
Declaration
public GraphPointer pointer { get; }
Property Value
Type | Description |
---|---|
GraphPointer |