Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

IStaticTestSuite::EntriesException Property

 

Gets an exception, if any, that was thrown while the test entries are being fetched.

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

property TestManagementException^ EntriesException {
	TestManagementException^ get();
}

Property Value

Type: Microsoft.TeamFoundation.TestManagement.Client::TestManagementException^

Null if the entries have not yet been fetched, or if no exception was thrown when the entries were fetched; otherwise, the exception.

Return to top
Show: