LongRunningOperationStatus.ErrorsEncountered Property
Gets an XML string that contains a list of all errors encountered.
Namespace: Microsoft.SharePoint.Publishing
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Public Property ErrorsEncountered As String
Get
Friend Set
'Usage
Dim instance As LongRunningOperationStatus
Dim value As String
value = instance.ErrorsEncountered
public string ErrorsEncountered { get; internal set; }
Property Value
Type: System.String
Remarks
There is no fixed format for errors. The consumer of the errors must know how the creator of the errors encoded the data. If no errors are present, the XML still returns <errors;></errors;>.
See Also
Reference
LongRunningOperationStatus Class