3 references to
System.ComponentModel.TypeConverter (3)
System\ComponentModel\WarningException.cs (3)
20
public WarningException() :
this
(null, null, null)
28
public WarningException(string? message) :
this
(message, null, null)
36
public WarningException(string? message, string? helpUrl) :
this
(message, helpUrl, null)