SPUsageUserCodeRequestsMonitoredDataEntry.CriticalExceptionsCount property
Gets or sets the number of critical exceptions that occurred in the sandboxed solution.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property CriticalExceptionsCount As Double
Get
Set
'Usage
Dim instance As SPUsageUserCodeRequestsMonitoredDataEntry
Dim value As Double
value = instance.CriticalExceptionsCount
instance.CriticalExceptionsCount = value
public double CriticalExceptionsCount { get; set; }
Property value
Type: System.Double
The number of critical exceptions.
See also
Reference
SPUsageUserCodeRequestsMonitoredDataEntry class