Class GraphPointerException
Namespace: Unity.VisualScripting
Syntax
public sealed class GraphPointerException : Exception, ISerializable, _Exception
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 |