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