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 error message when a sandboxed solution fails validation.
Namespace: Microsoft.SharePoint.UserCode
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property ValidationErrorMessage As String
Get
'Usage
Dim instance As SPUserCodeValidationFailedException
Dim value As String
value = instance.ValidationErrorMessage
public string ValidationErrorMessage { get; }
Property value
Type: System.String
The error message.
See also
Reference
SPUserCodeValidationFailedException class