VistaDB 6
VistaDB.Diagnostic Namespace / VistaDBException Class / GetSimpleErrorMessage Method
The ErrorId value to look up.


In This Topic
    GetSimpleErrorMessage Method
    In This Topic
    Look up the standard (English) VistaDB error message string for a given errorId without specific instance formatting. (Returns null if none found for that value.)
    Syntax
    'Declaration
     
    
    Public Shared Function GetSimpleErrorMessage( _
       ByVal errorId As System.Integer _
    ) As System.String
    'Usage
     
    
    Dim errorId As System.Integer
    Dim value As System.String
     
    value = VistaDBException.GetSimpleErrorMessage(errorId)
    public static System.string GetSimpleErrorMessage( 
       System.int errorId
    )

    Parameters

    errorId
    The ErrorId value to look up.

    Return Value

    The simple error message for the specified errorId.
    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