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.

See also

Reference

PackageFormatException class

PackageFormatException members

Microsoft.Office.BusinessData.Parser namespace