TraceError method

Sends an error message to the eTrace window.

Syntax


C++

HRESULT TraceError (
   BSTR Msg)

Scripting languages

Object.TraceError (
   Msg As String)

Parameters


Msg

The error message to be written to the eTrace window and the eRoom error log. This should only be used for serious errors, to avoid notifying the administrator with errors that aren't serious.

Return value


C++

The return code.

Scripting languages

None.

Home

Applies to

IERUTraceMessage