2 writes to helpTopic
System (2)
compmod\system\componentmodel\WarningException.cs (2)
63this.helpTopic = helpTopic; 71helpTopic = (string) info.GetValue("helpTopic", typeof(string));
2 references to helpTopic
System (2)
compmod\system\componentmodel\WarningException.cs (2)
90return helpTopic; 104info.AddValue("helpTopic", helpTopic);