DevForce Help Reference
StackWriteLine Method


Writes the message.
Syntax
'Declaration
 
Protected Shared Sub StackWriteLine( _
   ByVal pStackFrame As StackFrame, _
   ByVal pMessage As String _
) 
'Usage
 
Dim pStackFrame As StackFrame
Dim pMessage As String
 
TraceFns.StackWriteLine(pStackFrame, pMessage)
protected static void StackWriteLine( 
   StackFrame pStackFrame,
   string pMessage
)

Parameters

pStackFrame
pMessage
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

TraceFns Class
TraceFns Members

Send Feedback