Share via


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)

Syntax

TestManagementException EntriesException { get; }
property TestManagementException^ EntriesException {
    TestManagementException^ get();
}
abstract EntriesException : TestManagementException with get
ReadOnly Property EntriesException As TestManagementException

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.

See Also

TestManagementException
IStaticTestSuite Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace

Return to top