InvalidProjectFileException.ErrorSubcategory Propriedade
Definição
Obtém a subcategoria de erro, se houver alguma que descreva o tipo desse erro.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; }
member this.ErrorSubcategory : string
Public ReadOnly Property ErrorSubcategory As String
Valor da propriedade
A cadeia de caracteres de subcategoria ou NULL.The sub-category string, or null.