Share via


PackageFormatException.Errors Property

Gets the list of errors encountered during import of the model up to the moment when the exception was thrown.

Namespace:  Microsoft.SharePoint.BusinessData.Parser
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public ReadOnly Property Errors As String()
    Get
'Usage
Dim instance As PackageFormatException
Dim value As String()

value = instance.Errors
public string[] Errors { get; }

Property Value

Type: []
The list of errors encountered during import of the model.

See Also

Reference

PackageFormatException Class

PackageFormatException Members

Microsoft.SharePoint.BusinessData.Parser Namespace