8 instantiations of PrintQueueException
ReachFramework (8)
PrintConfig\FallbackPTProvider.cs (2)
57throw new PrintQueueException(Marshal.GetLastWin32Error(), "PrintConfig.Provider.BindFail", deviceName); 73throw new PrintQueueException(win32Exception.ErrorCode, "PrintConfig.Provider.BindFail", deviceName, win32Exception);
PrintConfig\PTProvider.cs (6)
165throw new PrintQueueException((int)hResult, "PrintConfig.Provider.BindFail", deviceName); 240throw new PrintQueueException((int)hResult, 322throw new PrintQueueException((int)hResult, 345throw new PrintQueueException((int)hResult, 411throw new PrintQueueException((int)hResult, 505throw new PrintQueueException((int)hResult,
22 references to PrintQueueException
PresentationFramework (1)
MS\Internal\Printing\Win32PrintDialog.cs (1)
295catch (PrintQueueException)
ReachFramework (21)
PrintConfig\FallbackPTProvider.cs (5)
44/// <exception cref="PrintQueueException"> 94/// <exception cref="PrintQueueException"> 252/// <exception cref="PrintQueueException"> 295/// <exception cref="PrintQueueException"> 321/// <exception cref="PrintQueueException">
PrintConfig\PTConverter.cs (5)
68/// <exception cref="PrintQueueException"> 123/// <exception cref="PrintQueueException"> 149/// <exception cref="PrintQueueException"> 181/// <exception cref="PrintQueueException"> 212/// <exception cref="PrintQueueException">
PrintConfig\PTManager.cs (5)
202/// <exception cref="PrintQueueException"> 254/// <exception cref="PrintQueueException"> 282/// <exception cref="PrintQueueException"> 325/// <exception cref="PrintQueueException"> 359/// <exception cref="PrintQueueException">
PrintConfig\PTProvider.cs (5)
143/// <exception cref="PrintQueueException"> 203/// <exception cref="PrintQueueException"> 272/// <exception cref="PrintQueueException"> 379/// <exception cref="PrintQueueException"> 443/// <exception cref="PrintQueueException">
PrintConfig\PTProviderBase.cs (1)
40/// <exception cref="PrintQueueException">