IErrorCollectionService.HasErrors(TraceLevel) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates whether the collection service has errors.
public:
bool HasErrors(System::Diagnostics::TraceLevel level);
public bool HasErrors (System.Diagnostics.TraceLevel level);
abstract member HasErrors : System.Diagnostics.TraceLevel -> bool
Public Function HasErrors (level As TraceLevel) As Boolean
Parameters
- level
- TraceLevel
The trace level.
Returns
True if the collection service has errors; otherwise, false.