TraceContextRecord::ErrorInfo Property

 

Gets the Exception associated with the trace record, if one is available.

Namespace:   System.Web
Assembly:  System.Web (in System.Web.dll)

public:
property Exception^ ErrorInfo {
	Exception^ get();
}

Property Value

Type: System::Exception^

A Exception associated with the trace record, if one exists, or null.

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
Return to top
Show: