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
'Declaration
ReadOnly Property EntriesException As TestManagementException
TestManagementException EntriesException { get; }
property TestManagementException^ EntriesException {
TestManagementException^ get ();
}
abstract EntriesException : TestManagementException with get
function get EntriesException () : 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.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.