Class AmbiguousOperatorException
Namespace: Unity.VisualScripting
Assembly: solution.dll
Syntax
public sealed class AmbiguousOperatorException : OperatorException
Constructors
AmbiguousOperatorException(string, Type, Type)
Declaration
public AmbiguousOperatorException(string symbol, Type leftType, Type rightType)
Parameters
| Type | Name | Description |
|---|---|---|
| string | symbol | |
| Type | leftType | |
| Type | rightType |