SPSqlLatencyUsageEntry.Exceptions property
Number of exceptions thrown during this ping interval
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property Exceptions As Integer
Get
Set
'Usage
Dim instance As SPSqlLatencyUsageEntry
Dim value As Integer
value = instance.Exceptions
instance.Exceptions = value
public int Exceptions { get; set; }
Property value
Type: System.Int32