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
System.Runtime.Serialization.ISerializable