BuildParameterSerializationException 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 BuildParameterSerializationException(
string detailedMessage,
Exception innerException
)
public:
BuildParameterSerializationException(
String^ detailedMessage,
Exception^ innerException
)
new :
detailedMessage:string *
innerException:Exception -> BuildParameterSerializationException
public function BuildParameterSerializationException(
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.