Share via


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)

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

SPUserCodeValidationFailedException members

Microsoft.SharePoint.UserCode namespace