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

In This Topic
    GibraltarPacketVersionException Class
    In This Topic
    This exception indicates that an unexpected packet version was encountered.
    Syntax
    'Declaration
     
    
    Public Class GibraltarPacketVersionException 
       Inherits GibraltarException
    public class GibraltarPacketVersionException : GibraltarException 
    Remarks
    This exception occurs when processing a Gibraltar log packet with a version which is not understood by this version of Gibraltar. This usually means that an older version of Gibraltar is trying to read a log stream generated by a newer and incompatible version of Gibraltar. For more information, see the root class, Exception.
    Inheritance Hierarchy

    System.Object
       System.Exception
             Gibraltar.GibraltarPacketVersionException

    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