8 instantiations of PrintQueueException
ReachFramework (8)
PrintConfig\FallbackPTProvider.cs (2)
57
throw new
PrintQueueException
(Marshal.GetLastWin32Error(), "PrintConfig.Provider.BindFail", deviceName);
73
throw new
PrintQueueException
(win32Exception.ErrorCode, "PrintConfig.Provider.BindFail", deviceName, win32Exception);
PrintConfig\PTProvider.cs (6)
165
throw new
PrintQueueException
((int)hResult, "PrintConfig.Provider.BindFail", deviceName);
240
throw new
PrintQueueException
((int)hResult,
322
throw new
PrintQueueException
((int)hResult,
345
throw new
PrintQueueException
((int)hResult,
411
throw new
PrintQueueException
((int)hResult,
505
throw new
PrintQueueException
((int)hResult,
22 references to PrintQueueException
PresentationFramework (1)
MS\Internal\Printing\Win32PrintDialog.cs (1)
295
catch (
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
">