Class ExpressionExtensionsException
- Namespace
- Utils.Mathematics.Expressions
- Assembly
- Utils.dll
Represents a custom exception related to expression extension operations.
public class ExpressionExtensionsException : Exception, ISerializable
- Inheritance
-
ExpressionExtensionsException
- Implements
- Inherited Members
- Extension Methods
Constructors
ExpressionExtensionsException(string)
Initializes a new instance of the ExpressionExtensionsException class with the specified error message.
public ExpressionExtensionsException(string msg)
Parameters
msgstringA brief message that describes the error.
ExpressionExtensionsException(string, Exception)
Initializes a new instance of the ExpressionExtensionsException class with the specified error message and an inner exception.
public ExpressionExtensionsException(string msg, Exception innerException)