VisualScriptException

Summary

Exception class for Visual Script.

Remarks

Note

Should not be thrown from handwritten C# code. Prefer to use System exceptions or custom exceptions.

Definition

Namespace: SDT4.Managed.Core.Exceptions
Assembly: SDT4.Managed.Core.dll

sealed class VisualScriptException
Inheritance:

Object ➔ Exception ➔ VisualScriptException

Implements:

ISerializable

Fields

Name Type Description

Properties

Name Type Description
public get; ExceptionType VisualScriptExceptionType The category/type of exception thrown.
public get; SourceFile String
public get; NodeId UInt64 The V-Script node ID the exception was thrown from.

Methods