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)
381return _helpURL; 580info.AddValue("HelpURL", _helpURL, typeof(String));