VistaDB 6
VistaDB.Diagnostic Namespace / Errors Class / GetMessage Method
ID from an exception


In This Topic
    GetMessage Method
    In This Topic
    Get the error message for a given error ID. This information may not include specific error help.
    Syntax
    'Declaration
     
    
    Public Function GetMessage( _
       ByVal id As System.Integer _
    ) As System.String
    'Usage
     
    
    Dim instance As Errors
    Dim id As System.Integer
    Dim value As System.String
     
    value = instance.GetMessage(id)
    public System.string GetMessage( 
       System.int id
    )

    Parameters

    id
    ID from an 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