menu

ASP.NET Core

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ParseException

    Show / Hide Table of Contents

    Class ParseException

    This exception should be thrown when there are problems with formula parsing.

    Inheritance
    System.Object
    System.Exception
    System.SystemException
    System.ArgumentException
    ParseException
    Implements
    System.Runtime.InteropServices._Exception
    System.Runtime.Serialization.ISerializable
    Inherited Members
    System.ArgumentException.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
    System.ArgumentException.Message
    System.ArgumentException.ParamName
    System.Exception.GetBaseException()
    System.Exception.ToString()
    System.Exception.GetType()
    System.Exception.Data
    System.Exception.InnerException
    System.Exception.TargetSite
    System.Exception.StackTrace
    System.Exception.HelpLink
    System.Exception.Source
    System.Exception.HResult
    System.Exception.SerializeObjectState
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.XlsIO.Implementation.Exceptions
    Assembly: Syncfusion.XlsIO.Base.dll
    Syntax
    public class ParseException : ArgumentException, _Exception, ISerializable

    Constructors

    ParseException()

    Default constructor.

    Declaration
    public ParseException()

    ParseException(String)

    Initializes a new instance of the class with a specified error message.

    Declaration
    public ParseException(string message)
    Parameters
    Type Name Description
    System.String message

    Error message.

    ParseException(String, Exception)

    Initializes a new instance of the Exception class with a specified error message and a reference to the inner exception that is the cause of this exception.

    Declaration
    public ParseException(string message, Exception innerException)
    Parameters
    Type Name Description
    System.String message

    The error message that explains the reason for the exception.

    System.Exception innerException

    The exception that is the cause of the current exception. If the innerException parameter is not a NULL reference (Nothing in Visual Basic), the current exception is raised in a catch block that handles the inner exception.

    ParseException(String, String, Int32, Exception)

    Declaration
    public ParseException(string message, string formula, int position, Exception innerException)
    Parameters
    Type Name Description
    System.String message
    System.String formula
    System.Int32 position
    System.Exception innerException

    Implements

    System.Runtime.InteropServices._Exception
    System.Runtime.Serialization.ISerializable
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved