Initializes a new instance of the BuildProcessException class.
Namespace:  Microsoft.TeamFoundation.Build.Workflow.Activities
Assembly:  Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.dll)
Syntax
'Declaration
Public Sub New ( _
    message As String, _
    innerException As Exception _
)
public BuildProcessException(
    string message,
    Exception innerException
)
public:
BuildProcessException(
    String^ message, 
    Exception^ innerException
)
new : 
        message:string * 
        innerException:Exception -> BuildProcessException
public function BuildProcessException(
    message : String, 
    innerException : Exception
)
Parameters
- message 
 Type: System.String- A user-readable message describing the error. 
- innerException 
 Type: System.Exception- The exception that caused this exception. 
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
BuildProcessException Overload
Microsoft.TeamFoundation.Build.Workflow.Activities Namespace