8 references to WarningException
netstandard (1)
netstandard.cs (1)
427
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.
WarningException
))]
System (1)
src\libraries\shims\System\ref\System.cs (1)
413
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.
WarningException
))]
System.ComponentModel.TypeConverter (4)
System\ComponentModel\WarningException.cs (4)
17
/// Initializes a new instance of the <see cref='System.ComponentModel.
WarningException
'/> class with the last Win32 error
25
/// Initializes a new instance of the <see cref='System.ComponentModel.
WarningException
'/> class with
33
/// Initializes a new instance of the <see cref='System.ComponentModel.
WarningException
'/> class with
50
/// Initializes a new instance of the <see cref='System.ComponentModel.
WarningException
'/> class with the
System.Windows.Forms (2)
System\Windows\Forms\Application.ThreadContext.cs (1)
624
if (ex is
WarningException
warning)
System\Windows\Forms\Dialogs\ThreadExceptionDialog.cs (1)
101
if (t is
WarningException
w)