del método IClientServiceMonitoredScope.LogException
Espacio de nombres: Microsoft.SharePoint.Client
Ensamblado: Microsoft.SharePoint.Client.ServerRuntime (en Microsoft.SharePoint.Client.ServerRuntime.dll)
Sintaxis
'Declaración
Sub LogException ( _
exception As Exception _
)
'Uso
Dim instance As IClientServiceMonitoredScope
Dim exception As Exception
instance.LogException(exception)
void LogException(
Exception exception
)
Parámetros
- exception
Tipo: System.Exception
Vea también
Referencia
interfaz IClientServiceMonitoredScope