Show / Hide Table of Contents

Class InvalidFormulaException

Invalid formula exception

Inheritance
object
Exception
InvalidFormulaException
Implements
ISerializable
Inherited Members
Exception.GetBaseException()
Exception.GetType()
Exception.ToString()
Exception.Data
Exception.HelpLink
Exception.HResult
Exception.InnerException
Exception.Message
Exception.Source
Exception.StackTrace
Exception.TargetSite
Exception.SerializeObjectState
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
Namespace: OfficeOpenXml.FormulaParsing.Exceptions
Assembly: EPPlus.dll
Syntax
public class InvalidFormulaException : Exception, ISerializable

Constructors

InvalidFormulaException(string)

Invalid formula exception

Declaration
public InvalidFormulaException(string msg)
Parameters
Type Name Description
string msg

InvalidFormulaException(string, Exception)

Invalid formula exception inner exception

Declaration
public InvalidFormulaException(string msg, Exception innerException)
Parameters
Type Name Description
string msg
Exception innerException

Implements

ISerializable
In this article
Back to top Generated by DocFX