ProjectOnErrorInstance Class  
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.
Wraps an onerror element
public ref class ProjectOnErrorInstance sealed : Microsoft::Build::Execution::ProjectTargetInstanceChild
	public sealed class ProjectOnErrorInstance : Microsoft.Build.Execution.ProjectTargetInstanceChild
	type ProjectOnErrorInstance = class
    inherit ProjectTargetInstanceChild
	Public NotInheritable Class ProjectOnErrorInstance
Inherits ProjectTargetInstanceChild
		- Inheritance
 
Remarks
This is an immutable class
Properties
| Condition | 
		 Unevaluated condition. May be empty string.  | 
        	
| ConditionLocation | 
		 Location of the condition, if any  | 
        	
| ExecuteTargets | 
		 Unevaluated ExecuteTargets value. May be empty string.  | 
        	
| ExecuteTargetsLocation | 
		 Location of the execute targets attribute, if any  | 
        	
| FullPath | 
		 Full path to the file in which the originating element was originally defined. If it originated in a project that was not loaded and has never been given a path, returns an empty string. (Inherited from ProjectTargetInstanceChild) | 
        	
| Location | 
		 Location of the element  |