Loupe - Log - Monitor - Resolve
Gibraltar Namespace / GibraltarException Class
Members

In This Topic
    GibraltarException Class
    In This Topic
    Represents errors that occur within Gibraltar during application execution.
    Syntax
    'Declaration
     
    
    Public Class GibraltarException 
       Inherits System.Exception
    public class GibraltarException : System.Exception 
    Remarks
    This is a base class for any new Exception types we define and for generic exceptions we generate. Custom Exception types defined by Gibraltar should try to derive from GibraltarException so that they could be caught as this base type. This may not currently be consistent, however. For more information, see the root class, Exception.
    Inheritance Hierarchy

    System.Object
       System.Exception
          Gibraltar.GibraltarException

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also