HangReportContribution Constructor (String^, String^, String^)

 

Initializes a new instance of the HangReportContribution.

Namespace:   Microsoft.VisualStudio.Threading
Assembly:  Microsoft.VisualStudio.Threading (in Microsoft.VisualStudio.Threading.dll)

public:
HangReportContribution(
	String^ content,
	String^ contentType,
	String^ contentName
)

Parameters

content
Type: System::String^

The content for the hang report.

contentType
Type: System::String^

The MIME type of the attached content.

contentName
Type: System::String^

The suggested filename of the content when it is attached in a report.

Return to top
Show: