| Visual Basic (Declaration) | |
|---|---|
Public Function New( _ ByVal pStackFrame As StackFrame, _ ByVal pMessage As String, _ ByVal pGenerateMessageId As Boolean _ ) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim pStackFrame As StackFrame Dim pMessage As String Dim pGenerateMessageId As Boolean Dim instance As New TraceMessage(pStackFrame, pMessage, pGenerateMessageId) | |
| C# | |
|---|---|
public TraceMessage( StackFrame pStackFrame, string pMessage, bool pGenerateMessageId ) | |
| C++/CLI | |
|---|---|
public: TraceMessage( StackFrame^ pStackFrame, String^ pMessage, bool pGenerateMessageId ) | |
Parameters
- pStackFrame
- pMessage
- pGenerateMessageId
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family