Version

GetErrorAlias Method

Returns a customized error alias for the specified symbol or null to use the default alias.
Syntax
'Declaration
 
Protected Friend Overridable Function GetErrorAlias( _
   ByVal symbol As Symbol _
) As String
protected internal virtual string GetErrorAlias( 
   Symbol symbol
)

Parameters

symbol
Remarks

If null is returned, the default alias for non-terminal symbols is the symbol name. For terminal symbols it is the value for literal comparison terminals and the symbol name for regular expression comparison terminals.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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