Class OperatorException
Inheritance
OperatorException
Assembly: Unity.VisualScripting.Core.dll
Syntax
public abstract class OperatorException : InvalidCastException, ISerializable
Constructors
OperatorException()
Declaration
protected OperatorException()
OperatorException(string)
Declaration
protected OperatorException(string message)
Parameters
Type |
Name |
Description |
string |
message |
|
OperatorException(string, Exception)
Declaration
protected OperatorException(string message, Exception innerException)
Parameters
Implements
Extension Methods