3 references to
System (3)
compmod\system\componentmodel\WarningException.cs (3)
30
public WarningException() :
this
(null, null, null) {
37
public WarningException(string message) :
this
(message, null, null) {
44
public WarningException(string message, string helpUrl) :
this
(message, helpUrl, null) {