2.2.2.15 SPUserCodeExecutionPipelineFailedException

This exception indicates that a single user code request could not be completed, but that the protocol server is able to accept more Execute (section 3.1.5.1) requests.

 namespace Microsoft.SharePoint.UserCode
 {
     class SPUserCodeExecutionPipelineFailedException : SPException
     {
     }
 }