ExceptionHandlingScope.ServerErrorValue - Propriété
Obtient la valeur d'erreur qui correspond à l'exception qui se produit dans l'étendue try .
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 ReadOnly Property ServerErrorValue As String
Get
'Utilisation
Dim instance As ExceptionHandlingScope
Dim value As String
value = instance.ServerErrorValue
public string ServerErrorValue { get; }
Valeur de propriété
Type : System.String
La valeur d'erreur.
Remarques
Cette propriété sera vide ou null si le serveur a désactivé la trace de la pile.