Share via


AppPackageValidationException.ErrorContext property

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

AppPackageValidationException members

Microsoft.SharePoint namespace