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


In This Topic
    InvalidNameException Class
    In This Topic
    /// Represents the exception that is thrown when an error is encountered.
    Syntax
    'Declaration
     
    
    Public Class InvalidNameException 
       Inherits System.Exception
    'Usage
     
    
    Dim instance As InvalidNameException
    public class InvalidNameException : System.Exception 
    Inheritance Hierarchy

    System.Object
       System.Exception
          FarPoint.Win.Spread.Model.InvalidNameException

    See Also