ITypeLibExporterNotifySink.ReportEvent Method

Definition

Notifies the caller that an event occurred during the conversion of an assembly.

public:
 void ReportEvent(System::Runtime::InteropServices::ExporterEventKind eventKind, int eventCode, System::String ^ eventMsg);
public void ReportEvent (System.Runtime.InteropServices.ExporterEventKind eventKind, int eventCode, string eventMsg);
abstract member ReportEvent : System.Runtime.InteropServices.ExporterEventKind * int * string -> unit
Public Sub ReportEvent (eventKind As ExporterEventKind, eventCode As Integer, eventMsg As String)

Parameters

eventKind
ExporterEventKind

An ExporterEventKind value indicating the type of event.

eventCode
Int32

Indicates extra information about the event.

eventMsg
String

A message generated by the event.

Remarks

If the event being reported is a warning or an error, eventCode will contain the HRESULT of the error. For any other event it will be 0.

Applies to