TraceHandler.ShowDetails(DataSet) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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.