名前空間: Microsoft.TeamFoundation.Build.Workflow
アセンブリ: Microsoft.TeamFoundation.Build.Workflow (Microsoft.TeamFoundation.Build.Workflow.dll 内)
構文
'宣言
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
)
パラメーター
- parameterType
型 : System.String
- parameterName
型 : System.String
- parameterValue
型 : System.String
- message
型 : System.String
- fromTemplate
型 : System.Boolean
.NET Framework セキュリティ
- 直前の呼び出し元に対する完全な信頼。このメンバーは、部分的に信頼されているコードから使用することはできません。詳細については、「部分信頼コードからのライブラリの使用」を参照してください。