BuildProcessException Constructor (String, Exception)

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

See Also

Reference

BuildProcessException Class

BuildProcessException Overload

Microsoft.TeamFoundation.Build.Workflow.Activities Namespace