Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / ParseException Class
Members


In This Topic
    ParseException Class
    In This Topic
    Represents the exception that is thrown when an error is encountered during the parsing of a text representation of an expression.
    Syntax
    'Declaration
     
    
    Public Class ParseException 
       Inherits System.ApplicationException
    'Usage
     
    
    Dim instance As ParseException
    public class ParseException : System.ApplicationException 
    Inheritance Hierarchy

    System.Object
       System.Exception
          System.ApplicationException
             FarPoint.Win.Spread.Model.ParseException
                FarPoint.Win.Spread.Model.InvalidExternalReferenceParseException

    See Also