IVCProjectEngineEvents2.ReportError(String, Int32, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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