This documentation is archived and is not being maintained.

CheckinEvaluationResult::PolicyEvaluationException Property

Gets the exception that occurred if policy evaluation threw an exception.

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

public:
property Exception^ PolicyEvaluationException {
	Exception^ get ();
}

Property Value

Type: System::Exception
The exception that occurred if policy evaluation threw an exception; otherwise, null.

Show: