This documentation is archived and is not being maintained.

IFailure::Message Property

Gets the message that is associated with this failure.

Namespace:  Microsoft.TeamFoundation.Build.Client
Assembly:  Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)

property String^ Message {
	String^ get ();
}

Property Value

Type: System::String
The message that is associated with this failure.

The message is typically the message of the exception that this failure represents.

Show: