2 writes to helpUrl
System (2)
compmod\system\componentmodel\WarningException.cs (2)
62this.helpUrl = helpUrl; 70helpUrl = (string) info.GetValue("helpUrl", typeof(string));
2 references to helpUrl
System (2)
compmod\system\componentmodel\WarningException.cs (2)
80return helpUrl; 103info.AddValue("helpUrl", helpUrl);