ExceptionHandlingScope - Constructeur
Initialise une nouvelle instance de la classe ExceptionHandlingScope avec le contexte d'exécution client spécifié.
Espace de noms : Microsoft.SharePoint.Client
Assemblys : Microsoft.SharePoint.Client.Silverlight.Runtime (dans Microsoft.SharePoint.Client.Silverlight.Runtime.dll); Microsoft.SharePoint.Client.Runtime (dans Microsoft.SharePoint.Client.Runtime.dll) Microsoft.SharePoint.Client.Phone.Runtime (dans Microsoft.SharePoint.Client.Phone.Runtime.dll)
Syntaxe
'Déclaration
Public Sub New ( _
context As ClientRuntimeContext _
)
'Utilisation
Dim context As ClientRuntimeContext
Dim instance As New ExceptionHandlingScope(context)
public ExceptionHandlingScope(
ClientRuntimeContext context
)
Paramètres
context
Type : Microsoft.SharePoint.Client.ClientRuntimeContextL'objet ClientRuntimeContext qui représente le contexte en cours d'exécution client.