Condividi tramite


IDebugErrorEvent2.GetErrorMessage Method

Definition

Overloads

GetErrorMessage(enum_MESSAGETYPE[], String, Int32, UInt32, String, UInt32)

public:
 int GetErrorMessage(cli::array <Microsoft::VisualStudio::Debugger::Interop::enum_MESSAGETYPE> ^ pMessageType, [Runtime::InteropServices::Out] System::String ^ % pbstrErrorFormat, [Runtime::InteropServices::Out] int % phrErrorReason, [Runtime::InteropServices::Out] System::UInt32 % pdwType, [Runtime::InteropServices::Out] System::String ^ % pbstrHelpFileName, [Runtime::InteropServices::Out] System::UInt32 % pdwHelpId);
public int GetErrorMessage(Microsoft.VisualStudio.Debugger.Interop.enum_MESSAGETYPE[] pMessageType, out string pbstrErrorFormat, out int phrErrorReason, out uint pdwType, out string pbstrHelpFileName, out uint pdwHelpId);
abstract member GetErrorMessage : Microsoft.VisualStudio.Debugger.Interop.enum_MESSAGETYPE[] * string * int * uint32 * string * uint32 -> int
Public Function GetErrorMessage (pMessageType As enum_MESSAGETYPE(), ByRef pbstrErrorFormat As String, ByRef phrErrorReason As Integer, ByRef pdwType As UInteger, ByRef pbstrHelpFileName As String, ByRef pdwHelpId As UInteger) As Integer

Parameters

pMessageType
enum_MESSAGETYPE[]
pbstrErrorFormat
String
phrErrorReason
Int32
pdwType
UInt32
pbstrHelpFileName
String
pdwHelpId
UInt32

Returns

Applies to

GetErrorMessage(UInt32, String, Int32, UInt32, String, UInt32)

public:
 int GetErrorMessage([Runtime::InteropServices::Out] System::UInt32 % pMessageType, [Runtime::InteropServices::Out] System::String ^ % pbstrErrorFormat, [Runtime::InteropServices::Out] int % phrErrorReason, [Runtime::InteropServices::Out] System::UInt32 % pdwType, [Runtime::InteropServices::Out] System::String ^ % pbstrHelpFileName, [Runtime::InteropServices::Out] System::UInt32 % pdwHelpId);
public int GetErrorMessage(out uint pMessageType, out string pbstrErrorFormat, out int phrErrorReason, out uint pdwType, out string pbstrHelpFileName, out uint pdwHelpId);
abstract member GetErrorMessage : uint32 * string * int * uint32 * string * uint32 -> int
Public Function GetErrorMessage (ByRef pMessageType As UInteger, ByRef pbstrErrorFormat As String, ByRef phrErrorReason As Integer, ByRef pdwType As UInteger, ByRef pbstrHelpFileName As String, ByRef pdwHelpId As UInteger) As Integer

Parameters

pMessageType
UInt32
pbstrErrorFormat
String
phrErrorReason
Int32
pdwType
UInt32
pbstrHelpFileName
String
pdwHelpId
UInt32

Returns

Applies to