Class OperandException
- Namespace
- Albatross.Expression.Exceptions
- Assembly
- Albatross.Expression.dll
Exception thrown when there are issues with operands in expressions.
public class OperandException : Exception, ISerializable
- Inheritance
-
OperandException
- Implements
- Inherited Members
- Extension Methods
Constructors
OperandException(string)
Initializes a new instance of the OperandException class with a specified error message.
public OperandException(string msg)
Parameters
msgstringThe message that describes the error.