GemBox.Spreadsheet
  • Overview
  • Examples
  • Free version
  • Support
  • Pricelist

    Show / Hide Table of Contents

    SpreadsheetParserException Class

    Namespace:
    GemBox.Spreadsheet.CalculationEngine
    Assembly:
    GemBox.Spreadsheet.dll

    Represents exception that can occur in GemBox.Spreadsheet formula parsing process.

    • C#
    • VB.NET
    public sealed class SpreadsheetParserException : SpreadsheetException, ISerializable, _Exception
    Public NotInheritable Class SpreadsheetParserException
        Inherits SpreadsheetException
        Implements ISerializable, _Exception
    Inheritance:
    System.Object
    System.Exception
    SpreadsheetException
    SpreadsheetParserException
    Implements
    System.Runtime.Serialization.ISerializable
    System.Runtime.InteropServices._Exception

    Properties

    CellName

    Gets the name of the ExcelCell.

    • C#
    • VB.NET
    public string CellName { get; }
    Public ReadOnly Property CellName As String
    Property Value
    System.String

    The name of the ExcelCell.

    WorksheetName

    Gets the name of the ExcelWorksheet.

    • C#
    • VB.NET
    public string WorksheetName { get; }
    Public ReadOnly Property WorksheetName As String
    Property Value
    System.String

    The name of the ExcelWorksheet.

    Methods

    GetObjectData(SerializationInfo, StreamingContext)

    Adds additional exception data to the System.Runtime.Serialization.SerializationInfo.

    • C#
    • VB.NET
    public override void GetObjectData(SerializationInfo info, StreamingContext context)
    Public Overrides Sub GetObjectData(info As SerializationInfo, context As StreamingContext)
    Parameters
    info
    System.Runtime.Serialization.SerializationInfo

    The System.Runtime.Serialization.SerializationInfo that holds the serialized object data about the exception being thrown.

    context
    System.Runtime.Serialization.StreamingContext

    The System.Runtime.Serialization.StreamingContext that contains contextual information about the source or destination.

    Overrides
    System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)

    Implements

    System.Runtime.Serialization.ISerializable
    System.Runtime.InteropServices._Exception
    Back to top

    Facebook • Twitter • LinkedIn

    © GemBox Ltd. — All rights reserved.