Namespace:  Microsoft.TeamFoundation.Build.Workflow
Assembly:  Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.dll)
Syntax
'Declaration
Public Sub New ( _
    parameterType As String, _
    parameterName As String, _
    parameterValue As String, _
    message As String, _
    fromTemplate As Boolean _
)
public ProcessParameterError(
    string parameterType,
    string parameterName,
    string parameterValue,
    string message,
    bool fromTemplate
)
public:
ProcessParameterError(
    String^ parameterType, 
    String^ parameterName, 
    String^ parameterValue, 
    String^ message, 
    bool fromTemplate
)
new : 
        parameterType:string * 
        parameterName:string * 
        parameterValue:string * 
        message:string * 
        fromTemplate:bool -> ProcessParameterError
public function ProcessParameterError(
    parameterType : String, 
    parameterName : String, 
    parameterValue : String, 
    message : String, 
    fromTemplate : boolean
)
Parameters
- parameterType
 Type: System.String
- parameterName
 Type: System.String
- parameterValue
 Type: System.String
- message
 Type: System.String
- fromTemplate
 Type: System.Boolean
.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.