Class UnrecognizedTokenException
Unrecognized token exception
Inheritance
Object
Exception
UnrecognizedTokenException
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 UnrecognizedTokenException : Exception, ISerializable
Constructors
UnrecognizedTokenException(Token)
Constructor. Token exception
Declaration
public UnrecognizedTokenException(Token token)
Parameters
| Type | Name | Description |
|---|---|---|
| Token | token | Tje token that can not be recognized |
Implements
System.Runtime.Serialization.ISerializable