ClientRequestFailedEventArgs.StackTrace - Propriété
Obtient la trace de pile en cours lorsqu'une exception est levée.
Espace de noms : Microsoft.SharePoint.Client
Assemblys : Microsoft.SharePoint.Client.Silverlight.Runtime (dans Microsoft.SharePoint.Client.Silverlight.Runtime.dll); Microsoft.SharePoint.Client.Phone.Runtime (dans Microsoft.SharePoint.Client.Phone.Runtime.dll)
Syntaxe
'Déclaration
Public ReadOnly Property StackTrace As String
Get
'Utilisation
Dim instance As ClientRequestFailedEventArgs
Dim value As String
value = instance.StackTrace
public string StackTrace { get; }
Valeur de propriété
Type : System.String
La trace de pile en cours lorsqu'une exception est levée.
Voir aussi
Référence
ClientRequestFailedEventArgs classe