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