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