Freigeben über


DeploymentException Constructor (String, Exception)

Namespace:  Microsoft.TeamFoundation.Deployment.Workflow.Activities
Assembly:  Microsoft.TeamFoundation.Deployment.Workflow (in Microsoft.TeamFoundation.Deployment.Workflow.dll)

Syntax

'Declaration
Public Sub New ( _
    message As String, _
    innerException As Exception _
)
public DeploymentException(
    string message,
    Exception innerException
)
public:
DeploymentException(
    String^ message, 
    Exception^ innerException
)
new : 
        message:string * 
        innerException:Exception -> DeploymentException
public function DeploymentException(
    message : String, 
    innerException : Exception
)

Parameters

.NET Framework Security

See Also

Reference

DeploymentException Class

DeploymentException Overload

Microsoft.TeamFoundation.Deployment.Workflow.Activities Namespace