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