public VisualStudioFriendlyErrorMessage(int code, string errorText, VisualStudioFriendlyMessageType type, string subcategory = "") { Code = code; ErrorText = errorText; Subcategory = subcategory; Type = type; }