IOperation.LastException - Propriété
Obtient la dernière exception levée lorsque l'exécution de l'opération.
Espace de noms : Microsoft.BusinessData.Offlining
Assembly : Microsoft.BusinessData (dans Microsoft.BusinessData.dll)
Syntaxe
'Déclaration
ReadOnly Property LastException As Exception
Get
'Utilisation
Dim instance As IOperation
Dim value As Exception
value = instance.LastException
Exception LastException { get; }
Valeur de propriété
Type : System.Exception
La dernière exception levée lors de l'exécution de l'opération.
Exemples
Code Snippet: Determine and Resolve External Items in Error in the BCS Client Cache