This documentation is archived and is not being maintained.
TraceContextRecord::ErrorInfo Property
Visual Studio 2010
Gets the Exception associated with the trace record, if one is available.
Assembly: System.Web (in System.Web.dll)
You can include an exception in a trace record if you are using tracing to debug an application or troubleshoot error and exception handling. The ErrorInfo property is nullptr when the trace record is associated with one of the TraceContext methods that does not have an explicit errorInfo parameter or no exception is provided.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: