InvalidProjectFileException.ErrorSubcategory Property

Definition

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

Applies to