Share via


BuildParameterNotFoundException Constructor

Namespace:  Microsoft.TeamFoundation.Build.Common
Assembly:  Microsoft.TeamFoundation.Build.Common (in Microsoft.TeamFoundation.Build.Common.dll)

Syntax

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

Parameters

.NET Framework Security

See Also

Reference

BuildParameterNotFoundException Class

Microsoft.TeamFoundation.Build.Common Namespace