2 references to new
System.Windows.Forms (1)
System\Windows\Forms\Application.ThreadContext.cs (1)
618ThreadExceptionDialog dialog = new(ex);
WinFormsControlsTest (1)
Dialogs.cs (1)
123using ThreadExceptionDialog dialog = new(new InvalidOperationException("Really long exception description string, because we want to see if it properly wraps around or is truncated."));