GetMessage Method
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 )
public function GetMessage( id: System.Integer ): System.String;
public function GetMessage( id : System.int ) : System.String;
public: System.string* GetMessage( System.int 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