Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ExcelException Class
Members


In This Topic
    ExcelException Class
    In This Topic
    Represents the exceptions arising from loading or saving Excel files.
    Syntax
    'Declaration
     
    
    Public Class ExcelException 
       Inherits System.SystemException
    'Usage
     
    
    Dim instance As ExcelException
    public class ExcelException : System.SystemException 
    Inheritance Hierarchy

    System.Object
       System.Exception
          System.SystemException
             FarPoint.Excel.ExcelException

    See Also