Class InvalidOperatorException
Inheritance
object
InvalidOperatorException
Assembly: solution.dll
Syntax
public sealed class InvalidOperatorException : OperatorException
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 |
|
Extension Methods