Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Initializes a new instance of the ValidateTargetsFileException class.
Namespace: Microsoft.TeamFoundation.Build.Workflow.Activities
Assembly: Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.dll)
Syntax
'Declaration
Public Sub New ( _
message As String, _
innerException As Exception _
)
public ValidateTargetsFileException(
string message,
Exception innerException
)
public:
ValidateTargetsFileException(
String^ message,
Exception^ innerException
)
new :
message:string *
innerException:Exception -> ValidateTargetsFileException
public function ValidateTargetsFileException(
message : String,
innerException : Exception
)
Parameters
message
Type: System.StringA user-readable message describing the error.
innerException
Type: System.ExceptionThe exception that caused this 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.
See Also
Reference
ValidateTargetsFileException Class
ValidateTargetsFileException Overload
Microsoft.TeamFoundation.Build.Workflow.Activities Namespace