TraceHandler.ShowDetails(DataSet) Method

Definition

Writes the details of the current system state and page information to the response stream.

protected:
 void ShowDetails(System::Data::DataSet ^ data);
protected void ShowDetails (System.Data.DataSet data);
member this.ShowDetails : System.Data.DataSet -> unit
Protected Sub ShowDetails (data As DataSet)

Parameters

data
DataSet

A DataSet object that contains tracing information.

Remarks

The ShowDetails method writes tracing details to the response stream, including information about the application state, session state for the current session, control tree created for the current page, and HTTP request information such as the query string and form parameters. It is called by ProcessRequest, and cannot be overridden.

Applies to