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