Table of Contents

Class NamedFormulaSyntaxException

Namespace
Bricelam.PowerFx
Assembly
Bricelam.PowerFx.dll

Represents syntax errors that occur when parsing named formulas using NamedFormulas.

public class NamedFormulaSyntaxException : Exception, ISerializable
Inheritance
NamedFormulaSyntaxException
Implements
Inherited Members

Constructors

NamedFormulaSyntaxException()

Initializes a new instance of the NamedFormulaSyntaxException class.

public NamedFormulaSyntaxException()

NamedFormulaSyntaxException(string)

Initializes a new instance of the NamedFormulaSyntaxException class.

public NamedFormulaSyntaxException(string message)

Parameters

message string

The message describing the error.

NamedFormulaSyntaxException(string, Exception)

Initializes a new instance of the NamedFormulaSyntaxException class.

public NamedFormulaSyntaxException(string message, Exception innerException)

Parameters

message string

The message describing the error.

innerException Exception

The exception that is the cause of the current exception.