SPUserCodeValidationFailedException.ValidationErrorUrl Property
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)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
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