Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.