1 instantiation of WarningException
Microsoft.Build.Tasks.Core (1)
ManifestUtil\SecurityUtil.cs (1)
816throw new WarningException(String.Format(CultureInfo.InvariantCulture, resources.GetString("SecurityUtil.SigntoolWarning"), path, signTool.StandardError.ReadToEnd()));
9 references to WarningException
Microsoft.Build.Tasks.Core (1)
SignFile.cs (1)
77catch (WarningException ex)
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)
636if (ex is WarningException warning)
System\Windows\Forms\Dialogs\ThreadExceptionDialog.cs (1)
101if (t is WarningException w)