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