PackageFormatExceptionState.ParseErrors Property
Gets or sets a list of error messages or informational messages about the imported metadata model XML.
Namespace: [BdcAdminService Web service]
Service reference: http://Site/_vti_bin/BdcAdminService.svc
Syntax
'Declaration
<DataMemberAttribute> _
Public Property ParseErrors As String()
Get
Set
'Usage
Dim instance As PackageFormatExceptionState
Dim value As String()
value = instance.ParseErrors
instance.ParseErrors = value
[DataMemberAttribute]
public string[] ParseErrors { get; set; }
Property Value
Type: []
A list of error messages or informational messages about the imported metadata model XML.
Remarks
The errors obtained from this property contain non-critical errors found during the operation until the problem identified by this exception state is encountered.
See Also
Reference
PackageFormatExceptionState Class