9 references to ExternalException
PresentationCore (1)
Core\CSharp\System\Windows\Clipboard.cs (1)
457throw 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)
23protected DbException(System.String message, System.Int32 errorCode) : base(message, errorCode) {
System.Drawing (2)
commonui\System\Drawing\Advanced\GPStream.cs (1)
107throw new ExternalException(msg, SafeNativeMethods.E_FAIL);
commonui\System\Drawing\UnsafeNativeMethods.cs (1)
288throw new ExternalException(msg, SafeNativeMethods.E_FAIL);
System.Messaging (1)
System\Messaging\ActiveXMessageFormatter.cs (1)
492ExternalException 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)
1318throw new ExternalException(errorInfo, hr);
winforms\Managed\System\WinForms\UnsafeNativeMethods.cs (1)
6691ExternalException e = new ExternalException(msg, NativeMethods.E_FAIL);