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 or sets the ValidationErrorContext associated with this exception.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property ErrorContext As ValidationErrorContext
Get
Set
'Usage
Dim instance As AppPackageValidationException
Dim value As ValidationErrorContext
value = instance.ErrorContext
instance.ErrorContext = value
public ValidationErrorContext ErrorContext { get; set; }
Property value
Type: Microsoft.SharePoint.ValidationErrorContext
The error context of a package during validation.
See also
Reference
AppPackageValidationException class