Chili.Opf3 Send comments on this topic.
TraceError Method
See Also 
Chili.Opf3 Namespace > Tracing Class : TraceError Method




message
The message of the error.
Traces an error.

Syntax

Visual Basic (Declaration) 
Public Sub TraceError( _
   ByVal message As String _
) 
Visual Basic (Usage)Copy Code
Dim instance As Tracing
Dim message As String
 
instance.TraceError(message)
C# 
public void TraceError( 
   string message
)
Managed Extensions for C++ 
public: void TraceError( 
   string* message
) 
C++/CLI 
public:
void TraceError( 
   String^ message
) 

Parameters

message
The message of the error.

Requirements

Platforms: Windows 2000, Windows XP family, Windows Server 2003 family, Windows Vista family

See Also