Table of Contents

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

msg string

A 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)

Parameters

msg string

A brief message that describes the error.

innerException Exception

The exception that caused this error.