SPAppInstance.GetErrorDetails-Methode
Ruft die Details eines Fehlers ab, den die App-Instanz gefunden hat.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Function GetErrorDetails As IList(Of SPAppInstanceErrorDetails)
'Usage
Dim instance As SPAppInstance
Dim returnValue As IList(Of SPAppInstanceErrorDetails)
returnValue = instance.GetErrorDetails()
public IList<SPAppInstanceErrorDetails> GetErrorDetails()
Rückgabewert
Typ: System.Collections.Generic.IList<SPAppInstanceErrorDetails>
Die Details des Fehlers.