获取或设置的沙盒解决方案由未处理的异常的数目。
命名空间: Microsoft.SharePoint.Administration
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public Property UnhandledExceptionsCount As Double
Get
Set
用法
Dim instance As SPUsageUserCodeRequestsMonitoredDataEntry
Dim value As Double
value = instance.UnhandledExceptionsCount
instance.UnhandledExceptionsCount = value
public double UnhandledExceptionsCount { get; set; }
属性值
类型:System.Double
沙盒解决方案由未处理的异常的数目。
另请参阅
引用
SPUsageUserCodeRequestsMonitoredDataEntry 类