8 instantiations of PrintQueueException
ReachFramework (8)
PrintConfig\FallbackPTProvider.cs (2)
62throw new PrintQueueException(Marshal.GetLastWin32Error(), "PrintConfig.Provider.BindFail", deviceName); 78throw new PrintQueueException(win32Exception.ErrorCode, "PrintConfig.Provider.BindFail", deviceName, win32Exception);
PrintConfig\PTProvider.cs (6)
175throw new PrintQueueException((int)hResult, "PrintConfig.Provider.BindFail", deviceName); 250throw new PrintQueueException((int)hResult, 332throw new PrintQueueException((int)hResult, 355throw new PrintQueueException((int)hResult, 421throw new PrintQueueException((int)hResult, 515throw new PrintQueueException((int)hResult,
22 references to PrintQueueException
PresentationFramework (1)
MS\Internal\Printing\Win32PrintDialog.cs (1)
298catch (PrintQueueException)
ReachFramework (21)
PrintConfig\FallbackPTProvider.cs (5)
49/// <exception cref="PrintQueueException"> 99/// <exception cref="PrintQueueException"> 257/// <exception cref="PrintQueueException"> 300/// <exception cref="PrintQueueException"> 326/// <exception cref="PrintQueueException">
PrintConfig\PTConverter.cs (5)
74/// <exception cref="PrintQueueException"> 129/// <exception cref="PrintQueueException"> 155/// <exception cref="PrintQueueException"> 187/// <exception cref="PrintQueueException"> 218/// <exception cref="PrintQueueException">
PrintConfig\PTManager.cs (5)
210/// <exception cref="PrintQueueException"> 262/// <exception cref="PrintQueueException"> 290/// <exception cref="PrintQueueException"> 333/// <exception cref="PrintQueueException"> 367/// <exception cref="PrintQueueException">
PrintConfig\PTProvider.cs (5)
153/// <exception cref="PrintQueueException"> 213/// <exception cref="PrintQueueException"> 282/// <exception cref="PrintQueueException"> 389/// <exception cref="PrintQueueException"> 453/// <exception cref="PrintQueueException">
PrintConfig\PTProviderBase.cs (1)
43/// <exception cref="PrintQueueException">