ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Export.Excel Assembly / GrapeCity.SpreadBuilder Namespace / InvalidPasswordException Class
Members

In This Topic
    InvalidPasswordException Class
    In This Topic
    Thrown when the password is invalid in a specific excel format.(For example: the length of password is out of range.)
    Object Model
    InvalidPasswordException Class
    Syntax
    'Declaration
     
    Public Class InvalidPasswordException 
       Inherits SpreadBuilderException
    public class InvalidPasswordException : SpreadBuilderException 
    Inheritance Hierarchy

    System.Object
       System.Exception
          System.ApplicationException
             GrapeCity.SpreadBuilder.SpreadBuilderException
                GrapeCity.SpreadBuilder.InvalidPasswordException

    See Also