LongRunningOperationStatus.ErrorsEncountered Property
An XML string that contains a list of all errors encountered. There is no fixed format for errors.
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
The consumer of the errors needs to know how the creator of the errors encoded the data. If no errors are present, the XML will still return <errors;></errors;>.
See Also
Reference
LongRunningOperationStatus Class