This documentation is archived and is not being maintained.

TeamFoundationTextWriterTraceListener::Fail Method (String, String)

Log a failure.

Namespace:  Microsoft.TeamFoundation
Assembly:  Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)

public:
virtual void Fail(
	String^ message, 
	String^ detailedMessage
) override

Parameters

message
Type: System::String

A summary of the failure.

detailedMessage
Type: System::String

A detailed message that states the failure.

Show: