Share via


IDebugBinderDirect100.GetErrorMessage Method

Namespace:  Microsoft.VisualStudio.Debugger.Interop
Assembly:  Microsoft.VisualStudio.Debugger.Interop.10.0 (in Microsoft.VisualStudio.Debugger.Interop.10.0.dll)

Syntax

'Declaration
Function GetErrorMessage ( _
    hrError As Integer, _
    <OutAttribute> ByRef pbstrError As String _
) As Integer
int GetErrorMessage(
    int hrError,
    out string pbstrError
)
int GetErrorMessage(
    int hrError, 
    [OutAttribute] String^% pbstrError
)
abstract GetErrorMessage : 
        hrError:int * 
        pbstrError:string byref -> int 
function GetErrorMessage(
    hrError : int, 
    pbstrError : String
) : int

Parameters

Return Value

Type: System.Int32

.NET Framework Security

See Also

Reference

IDebugBinderDirect100 Interface

Microsoft.VisualStudio.Debugger.Interop Namespace