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.
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
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.
Show: