8 instantiations of PrintQueueException
ReachFramework (8)
PrintConfig\FallbackPTProvider.cs (2)
58
throw new
PrintQueueException
(Marshal.GetLastWin32Error(), "PrintConfig.Provider.BindFail", deviceName);
74
throw new
PrintQueueException
(win32Exception.ErrorCode, "PrintConfig.Provider.BindFail", deviceName, win32Exception);
PrintConfig\PTProvider.cs (6)
166
throw new
PrintQueueException
((int)hResult, "PrintConfig.Provider.BindFail", deviceName);
241
throw new
PrintQueueException
((int)hResult,
323
throw new
PrintQueueException
((int)hResult,
346
throw new
PrintQueueException
((int)hResult,
412
throw new
PrintQueueException
((int)hResult,
506
throw new
PrintQueueException
((int)hResult,
22 references to PrintQueueException
PresentationFramework (1)
MS\Internal\Printing\Win32PrintDialog.cs (1)
296
catch (
PrintQueueException
)
ReachFramework (21)
PrintConfig\FallbackPTProvider.cs (5)
45
/// <exception cref="
PrintQueueException
">
95
/// <exception cref="
PrintQueueException
">
253
/// <exception cref="
PrintQueueException
">
296
/// <exception cref="
PrintQueueException
">
322
/// <exception cref="
PrintQueueException
">
PrintConfig\PTConverter.cs (5)
69
/// <exception cref="
PrintQueueException
">
124
/// <exception cref="
PrintQueueException
">
150
/// <exception cref="
PrintQueueException
">
182
/// <exception cref="
PrintQueueException
">
213
/// <exception cref="
PrintQueueException
">
PrintConfig\PTManager.cs (5)
203
/// <exception cref="
PrintQueueException
">
255
/// <exception cref="
PrintQueueException
">
283
/// <exception cref="
PrintQueueException
">
326
/// <exception cref="
PrintQueueException
">
360
/// <exception cref="
PrintQueueException
">
PrintConfig\PTProvider.cs (5)
144
/// <exception cref="
PrintQueueException
">
204
/// <exception cref="
PrintQueueException
">
273
/// <exception cref="
PrintQueueException
">
380
/// <exception cref="
PrintQueueException
">
444
/// <exception cref="
PrintQueueException
">
PrintConfig\PTProviderBase.cs (1)
41
/// <exception cref="
PrintQueueException
">