SPCriticalTraceCounter.ValueIsExcessive Property
Indicates whether asserts or unexpected traces have occurred or not.
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
Public ReadOnly Property ValueIsExcessive As Boolean
Get
'Usage
Dim instance As SPCriticalTraceCounter
Dim value As Boolean
value = instance.ValueIsExcessive
public bool ValueIsExcessive { get; }
Property Value
Type: System.Boolean
A Boolean = true if asserts or unexpected traces have occurred.
Implements
ISPPerformanceMonitor.ValueIsExcessive