2 writes to _helpURL
mscorlib (2)
system\exception.cs (2)
92
_helpURL
= info.GetString("HelpURL");
385
_helpURL
= value;
2 references to _helpURL
mscorlib (2)
system\exception.cs (2)
381
return
_helpURL
;
580
info.AddValue("HelpURL",
_helpURL
, typeof(String));