Loupe - Log - Monitor - Resolve
Gibraltar Namespace / GibraltarPacketVersionException Class / GibraltarPacketVersionException Constructor / GibraltarPacketVersionException Constructor(String,Exception)
The error message string.
The exception that is the cause of the current exception, or a null reference if no inner exception is specified.

In This Topic
    GibraltarPacketVersionException Constructor(String,Exception)
    In This Topic
    Initializes a new instance of the GibraltarPacketVersionException class with a specified error message and a reference to the inner exception that is the cause of this exception.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal message As String, _
       ByVal innerException As Exception _
    )
    public GibraltarPacketVersionException( 
       string message,
       Exception innerException
    )

    Parameters

    message
    The error message string.
    innerException
    The exception that is the cause of the current exception, or a null reference if no inner exception is specified.
    Remarks
    An exception that is thrown as a direct result of a previous exception should include a reference to the previous exception in the innerException parameter. For more information, see the base constructor in Exception.
    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