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