TraceContextRecord::ErrorInfo Property
.NET Framework (current version)
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 null 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.
.NET Framework
Available since 2.0
Available since 2.0
Show: