ClientServiceHost.LogRequestScopeException método
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client.ServerRuntime (em Microsoft.SharePoint.Client.ServerRuntime.dll)
Sintaxe
'Declaração
Protected Friend Overridable Sub LogRequestScopeException ( _
ex As Exception _
)
'Uso
Dim ex As Exception
Me.LogRequestScopeException(ex)
protected internal virtual void LogRequestScopeException(
Exception ex
)
Parâmetros
- ex
Tipo: System.Exception