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 the URL used to provide more information when a sandboxed solution fails validation.
Namespace: Microsoft.SharePoint.UserCode
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property ValidationErrorUrl As String
Get
'Usage
Dim instance As SPUserCodeValidationFailedException
Dim value As String
value = instance.ValidationErrorUrl
public string ValidationErrorUrl { get; }
Property value
Type: System.String
The URL of a page where the user can get more information about the error.
See also
Reference
SPUserCodeValidationFailedException class