SPDefaultSolutionValidator.AllowExceptions property
True if sandboxed solutions can use exceptions from prohibited namespaces.
Namespace: Microsoft.SharePoint.UserCode
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property AllowExceptions As Boolean
Get
Set
'Usage
Dim instance As SPDefaultSolutionValidator
Dim value As Boolean
value = instance.AllowExceptions
instance.AllowExceptions = value
public bool AllowExceptions { get; set; }
Property value
Type: System.Boolean
See also
Reference
SPDefaultSolutionValidator class