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

    Show / Hide Table of Contents

    SpreadsheetException Class

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

    Represents errors that can occur in the GemBox.Spreadsheet component.

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

    Constructors

    SpreadsheetException()

    Initializes a new instance of the SpreadsheetException class.

    • C#
    • VB.NET
    public SpreadsheetException()
    Public Sub New

    SpreadsheetException(String)

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

    • C#
    • VB.NET
    public SpreadsheetException(string msg)
    Public Sub New(msg As String)
    Parameters
    msg
    System.String

    Message string.

    SpreadsheetException(String, Exception)

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

    • C#
    • VB.NET
    public SpreadsheetException(string msg, Exception inner)
    Public Sub New(msg As String, inner As Exception)
    Parameters
    msg
    System.String

    Message string.

    inner
    System.Exception

    Inner exception.

    Implements

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

    Facebook • Twitter • LinkedIn

    © GemBox Ltd. — All rights reserved.