5 instantiations of CheckoutException
System.ComponentModel.TypeConverter (1)
System\ComponentModel\Design\CheckoutException.cs (1)
24public static readonly CheckoutException Canceled = new CheckoutException(SR.CHECKOUTCanceled, E_ABORT);
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\TabControlDesigner.cs (2)
259throw new CheckoutException("Checkout Error", ex); 355throw new CheckoutException("Checkout Error", ex);
System.Windows.Forms.Design.Tests (2)
System\ComponentModel\Design\ComponentDesignerTests.cs (2)
1196yield return new object[] { new CheckoutException() }; 1478yield return new object[] { new CheckoutException() };
115 references to CheckoutException
netstandard (1)
netstandard.cs (1)
225[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.Design.CheckoutException))]
System (1)
src\libraries\shims\System\ref\System.cs (1)
211[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.Design.CheckoutException))]
System.ComponentModel.TypeConverter (19)
System\ComponentModel\Design\CheckoutException.cs (5)
21/// Initializes a <see cref='System.ComponentModel.Design.CheckoutException'/> that specifies that the checkout 24public static readonly CheckoutException Canceled = new CheckoutException(SR.CHECKOUTCanceled, E_ABORT); 27/// Initializes a new instance of the <see cref='System.ComponentModel.Design.CheckoutException'/> class with 35/// Initializes a new instance of the <see cref='System.ComponentModel.Design.CheckoutException'/> 43/// Initializes a new instance of the <see cref='System.ComponentModel.Design.CheckoutException'/>
System\ComponentModel\Design\MenuCommand.cs (2)
134catch (CheckoutException cxe) 136if (cxe == CheckoutException.Canceled)
System\ComponentModel\ReflectEventDescriptor.cs (4)
177catch (CheckoutException coEx) 179if (coEx == CheckoutException.Canceled) 458catch (CheckoutException coEx) 460if (coEx == CheckoutException.Canceled)
System\ComponentModel\ReflectPropertyDescriptor.cs (8)
597catch (CheckoutException coEx) 599if (coEx == CheckoutException.Canceled) 644catch (CheckoutException coEx) 646if (coEx == CheckoutException.Canceled) 1046catch (CheckoutException coEx) 1048if (coEx == CheckoutException.Canceled) 1107catch (CheckoutException coEx) 1109if (coEx == CheckoutException.Canceled)
System.Windows.Forms (18)
System\Windows\Forms\ActiveX\AxHost.OleInterfaces.cs (2)
514catch (CheckoutException e) when (e == CheckoutException.Canceled)
System\Windows\Forms\Controls\ListView\ListView.cs (2)
6134catch (CheckoutException coEx) 6136if (coEx == CheckoutException.Canceled)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (2)
3164catch (CheckoutException checkoutException) when (checkoutException == CheckoutException.Canceled)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.cs (2)
1964catch (CheckoutException e) when (e == CheckoutException.Canceled)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\MultiPropertyDescriptorGridEntry.cs (2)
374catch (CheckoutException co) when (co == CheckoutException.Canceled)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyDescriptorGridEntry.cs (4)
589catch (CheckoutException coEx) 591if (coEx == CheckoutException.Canceled) 691catch (CheckoutException checkoutEx) 696if (checkoutEx == CheckoutException.Canceled)
System\Windows\Forms\Controls\WebBrowser\WebBrowserSiteBase.cs (2)
364catch (CheckoutException e) when (e == CheckoutException.Canceled)
System\Windows\Forms\Design\ComponentEditorForm.cs (2)
84catch (CheckoutException e) when (e == CheckoutException.Canceled)
System.Windows.Forms.Design (70)
System\ComponentModel\Design\CollectionEditor.cs (2)
246catch (CheckoutException cxe) when (cxe == CheckoutException.Canceled)
System\ComponentModel\Design\ComponentDesigner.cs (2)
294catch (CheckoutException cxe) when (cxe == CheckoutException.Canceled)
System\ComponentModel\Design\DesignerActionPanel.TypeDescriptorContext.cs (2)
36catch (CheckoutException ce) when (ce == CheckoutException.Canceled)
System\ComponentModel\Design\DesignerHost.cs (1)
164if (t != CheckoutException.Canceled)
System\ComponentModel\Design\EventBindingService.EventPropertyDescriptor.cs (2)
230catch (CheckoutException coEx) when (coEx == CheckoutException.Canceled)
System\ComponentModel\Design\Serialization\BasicDesignerLoader.cs (3)
309catch (CheckoutException) 699catch (CheckoutException ex) 701if (ex != CheckoutException.Canceled)
System\ComponentModel\Design\Serialization\CodeDomSerializerBase.cs (1)
444catch (CheckoutException)
System\ComponentModel\Design\Serialization\ComponentCodeDomSerializer.cs (1)
486catch (CheckoutException)
System\ComponentModel\Design\SiteNestedContainer.cs (1)
59if (t != CheckoutException.Canceled)
System\ComponentModel\Design\UndoEngine.UndoUnit.cs (1)
389catch (CheckoutException)
System\Windows\Forms\Design\Behavior\BehaviorService.AdornerWindow.MouseHook.cs (1)
108if (ex != CheckoutException.Canceled)
System\Windows\Forms\Design\Behavior\BehaviorService.cs (2)
224catch (CheckoutException cex) 226if (cex == CheckoutException.Canceled)
System\Windows\Forms\Design\Behavior\DropSourceBehavior.cs (2)
468catch (CheckoutException coEx) 470if (coEx == CheckoutException.Canceled)
System\Windows\Forms\Design\Behavior\TableLayoutPanelBehavior.cs (2)
137catch (CheckoutException checkoutException) 139if (CheckoutException.Canceled.Equals(checkoutException))
System\Windows\Forms\Design\CollectionEditVerbManager.cs (2)
100catch (CheckoutException checkoutException) 102if (checkoutException == CheckoutException.Canceled)
System\Windows\Forms\Design\CommandSet.cs (4)
297catch (CheckoutException coEx) when (coEx == CheckoutException.Canceled) 640catch (CheckoutException chkex) when (chkex == CheckoutException.Canceled)
System\Windows\Forms\Design\ControlCommandSet.cs (2)
1058catch (CheckoutException ex) 1060if (ex == CheckoutException.Canceled)
System\Windows\Forms\Design\DesignBindingPicker.cs (2)
1299catch (CheckoutException ex) 1451catch (CheckoutException ex)
System\Windows\Forms\Design\EditorServiceContext.cs (3)
62catch (CheckoutException) 90catch (CheckoutException checkoutException) when (checkoutException == CheckoutException.Canceled)
System\Windows\Forms\Design\OleDragDropHandler.cs (6)
157catch (CheckoutException cxe) when (cxe == CheckoutException.Canceled) 200catch (CheckoutException checkoutEx) when (checkoutEx == CheckoutException.Canceled) 812catch (CheckoutException checkoutException) when (checkoutException == CheckoutException.Canceled)
System\Windows\Forms\Design\SelectionUIHandler.cs (4)
144catch (CheckoutException checkoutEx) 146if (checkoutEx == CheckoutException.Canceled) 563catch (CheckoutException coEx) when (coEx == CheckoutException.Canceled)
System\Windows\Forms\Design\SelectionUIService.cs (2)
592if (e != CheckoutException.Canceled) 743if (e != CheckoutException.Canceled)
System\Windows\Forms\Design\SplitContainerDesigner.cs (2)
329catch (CheckoutException checkoutException) when (checkoutException == CheckoutException.Canceled)
System\Windows\Forms\Design\TabControlDesigner.cs (4)
252catch (CheckoutException ex) 254if (ex == CheckoutException.Canceled) 348catch (CheckoutException ex) 350if (ex == CheckoutException.Canceled)
System\Windows\Forms\Design\TableLayoutPanelDesigner.cs (8)
1654catch (CheckoutException checkoutException) 1656if (CheckoutException.Canceled.Equals(checkoutException)) 1767catch (CheckoutException checkoutException) 1769if (CheckoutException.Canceled.Equals(checkoutException)) 1917catch (CheckoutException checkoutException) 1919if (CheckoutException.Canceled.Equals(checkoutException)) 2022catch (CheckoutException checkoutException) 2024if (CheckoutException.Canceled.Equals(checkoutException))
System\Windows\Forms\Design\ToolStripDesigner.cs (4)
548if ((!(e is CheckoutException checkoutException)) || (!checkoutException.Equals(CheckoutException.Canceled))) 697if (exception is CheckoutException checkoutEx && checkoutEx != CheckoutException.Canceled)
System\Windows\Forms\Design\ToolStripMenuItemDesigner.cs (4)
1281catch (CheckoutException checkoutException) 1283if (checkoutException.Equals(CheckoutException.Canceled)) 2517catch (CheckoutException checkoutException) 2520if (checkoutException.Equals(CheckoutException.Canceled))
System.Windows.Forms.Design.Tests (6)
System\ComponentModel\Design\ComponentDesignerTests.cs (2)
1131.Throws(CheckoutException.Canceled) 1479yield return new object[] { CheckoutException.Canceled };
System\ComponentModel\Design\DesignerHostTests.cs (2)
1709catch (CheckoutException) 3243throw CheckoutException.Canceled;
System\ComponentModel\Design\SiteNestedContainerTests.cs (2)
629catch (CheckoutException) 1110throw CheckoutException.Canceled;