InvalidProjectFileException.ErrorSubcategory Property

Definition

This method (and the whole namespace) is deprecated. Please use the classes in these namespaces instead: Microsoft.Build.ConstructionMicrosoft.Build.EvaluationMicrosoft.Build.Execution

Gets the error sub-category (if any) that describes the type of this error.

public:
 property System::String ^ ErrorSubcategory { System::String ^ get(); };
public string ErrorSubcategory { get; }
public string ErrorSubcategory { [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] get; }
member this.ErrorSubcategory : string
[<get: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
member this.ErrorSubcategory : string
Public ReadOnly Property ErrorSubcategory As String

Property Value

The sub-category string, or null.

Attributes

Remarks

Warning

This method (and the whole namespace) is deprecated. Please use the classes in these namespaces instead: Microsoft.Build.Construction Microsoft.Build.Evaluation Microsoft.Build.Execution

Applies to