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