Class InvalidOperatorException
Inheritance
InvalidOperatorException
Namespace: Unity.VisualScripting
Syntax
public sealed class InvalidOperatorException : OperatorException, ISerializable, _Exception
Constructors
InvalidOperatorException(String, Type)
Declaration
public InvalidOperatorException(string symbol, Type type)
Parameters
| Type | Name | Description |
|---|---|---|
| String | symbol | |
| Type | type |
InvalidOperatorException(String, Type, Type)
Declaration
public InvalidOperatorException(string symbol, Type leftType, Type rightType)
Parameters
| Type | Name | Description |
|---|---|---|
| String | symbol | |
| Type | leftType | |
| Type | rightType |