Symphony Framework
WriteException Method (DebugView)
Symphony.Core Namespace > DebugView Class : WriteException Method
Pass the exception object to display to the debug output window.
Send exception details and trace to output window and the Windows event log.
Syntax
public static void WriteException( 
   Exception exp
)

Parameters

exp
Pass the exception object to display to the debug output window.
Remarks
Writes all the inforamtion about the passed exception object to the standard debug output window. The information is only written to the debug output window if the environment variable SYMPHONY_DEBUG_VIEW is set to a value of "1". This routine also sends the excepton information to the Windows Event Log regardless of the setting of SYMPHONY_DEBUG_VIEW.
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

DebugView Class
DebugView Members