IdeaBlade DevForce 2010 Help Reference
TraceMessage Constructor(StackFrame,String,Boolean)
See Also  Send Feedback
IdeaBlade.Core Assembly > IdeaBlade.Core Namespace > TraceMessage Class > TraceMessage Constructor : TraceMessage Constructor(StackFrame,String,Boolean)



pStackFrame
pMessage
pGenerateMessageId

Syntax

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

Requirements

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

See Also

© 2013 All Rights Reserved.