This documentation is archived and is not being maintained.

ValidationFailedException Constructor (String)

Initializes a new instance of the ValidationFailedException class by using the specified message.

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

public:
ValidationFailedException(
	String^ message
)

Parameters

message
Type: System::String

A user-readable message that states the error.

Show: