6 instantiations of PrintingNotSupportedException
ReachFramework (6)
MS\Internal\Printing\Configuration\UnsafeNativeMethods.cs (6)
68
throw new
PrintingNotSupportedException
(String.Empty, e);
104
throw new
PrintingNotSupportedException
(String.Empty, e);
143
throw new
PrintingNotSupportedException
(String.Empty, e);
178
throw new
PrintingNotSupportedException
(String.Empty, e);
219
throw new
PrintingNotSupportedException
(String.Empty, e);
239
throw new
PrintingNotSupportedException
(String.Empty, e);
12 references to PrintingNotSupportedException
ReachFramework (12)
MS\Internal\Printing\Configuration\UnsafeNativeMethods.cs (6)
43
/// <exception cref="
PrintingNotSupportedException
">
89
/// <exception cref="
PrintingNotSupportedException
">
119
/// <exception cref="
PrintingNotSupportedException
">
156
/// <exception cref="
PrintingNotSupportedException
">
193
/// <exception cref="
PrintingNotSupportedException
">
228
/// <exception cref="
PrintingNotSupportedException
">
PrintConfig\PTProvider.cs (5)
156
/// <exception cref="
PrintingNotSupportedException
">
216
/// <exception cref="
PrintingNotSupportedException
">
285
/// <exception cref="
PrintingNotSupportedException
">
392
/// <exception cref="
PrintingNotSupportedException
">
456
/// <exception cref="
PrintingNotSupportedException
">
PrintConfig\PTProviderBase.cs (1)
56
catch (
PrintingNotSupportedException
)