InvalidProjectFileException.ErrorSubcategory 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.
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