This documentation is archived and is not being maintained.

PolicyFailure Constructor (String)

Initialize the policy failure when a policy did not load. This is only used internally.

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

public:
PolicyFailure(
	String^ message
)

Parameters

message
Type: System::String

Message to be displayed for the failure.

Show: