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
- detailedMessage
Type: System.String
- innerException
Type: System.Exception
.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.