PackageFormatException.Errors Property
Gets the list of error messages.
Namespace: Microsoft.Office.BusinessData.Parser
Assembly: Microsoft.Office.BusinessData (in Microsoft.Office.BusinessData.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 error messages.