Table of Contents

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

msg string

The message that describes the error.