ProjectTaskInstance.ContinueOnError Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Unevaluated ContinueOnError on the task. May be empty string.
public:
property System::String ^ ContinueOnError { System::String ^ get(); };
public string ContinueOnError { get; }
public string ContinueOnError { [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] get; }
member this.ContinueOnError : string
[<get: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
member this.ContinueOnError : string
Public ReadOnly Property ContinueOnError As String
Property Value
The unevaluated ContinueOnError attribute of the task, or an empty string if the attribute is not present.
- Attributes
Remarks
For more information, see Task Element (MSBuild) and How to: Ignore Errors in Tasks.