IVCProjectEngineEvents2.ReportError(String, Int32, String) Method

Definition

public:
 void ReportError(System::String ^ ErrMsg, int hr, System::String ^ HelpKeyword);
public:
 void ReportError(Platform::String ^ ErrMsg, int hr, Platform::String ^ HelpKeyword);
void ReportError(std::wstring const & ErrMsg, int hr, std::wstring const & HelpKeyword);
[System.Runtime.InteropServices.DispId(281)]
public void ReportError (string ErrMsg, int hr, string HelpKeyword);
[<System.Runtime.InteropServices.DispId(281)>]
abstract member ReportError : string * int * string -> unit
Public Sub ReportError (ErrMsg As String, hr As Integer, HelpKeyword As String)

Parameters

ErrMsg
String
hr
Int32
HelpKeyword
String

Implements

Attributes

Applies to