9 references to ExternalException
PresentationCore (1)
Core\CSharp\System\Windows\Clipboard.cs (1)
457
throw new
ExternalException
("OleIsCurrentClipboard()", hr);
System (1)
compmod\system\componentmodel\design\CheckoutException.cs (1)
67
:
base
(message, errorCode) {
System.Data (1)
fx\src\data\System\Data\Common\DbException.cs (1)
23
protected DbException(System.String message, System.Int32 errorCode) :
base
(message, errorCode) {
System.Drawing (2)
commonui\System\Drawing\Advanced\GPStream.cs (1)
107
throw new
ExternalException
(msg, SafeNativeMethods.E_FAIL);
commonui\System\Drawing\UnsafeNativeMethods.cs (1)
288
throw new
ExternalException
(msg, SafeNativeMethods.E_FAIL);
System.Messaging (1)
System\Messaging\ActiveXMessageFormatter.cs (1)
492
ExternalException e = new
ExternalException
(msg, NativeMethods.E_FAIL);
System.ServiceModel (1)
System\ServiceModel\MsmqException.cs (1)
34
:
base
(message, error)
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2PropertyDescriptor.cs (1)
1318
throw new
ExternalException
(errorInfo, hr);
winforms\Managed\System\WinForms\UnsafeNativeMethods.cs (1)
6691
ExternalException e = new
ExternalException
(msg, NativeMethods.E_FAIL);