6 instantiations of PrintingNotSupportedException
ReachFramework (6)
MS\Internal\Printing\Configuration\UnsafeNativeMethods.cs (6)
63
throw new
PrintingNotSupportedException
(String.Empty, e);
99
throw new
PrintingNotSupportedException
(String.Empty, e);
138
throw new
PrintingNotSupportedException
(String.Empty, e);
173
throw new
PrintingNotSupportedException
(String.Empty, e);
214
throw new
PrintingNotSupportedException
(String.Empty, e);
234
throw new
PrintingNotSupportedException
(String.Empty, e);
12 references to PrintingNotSupportedException
ReachFramework (12)
MS\Internal\Printing\Configuration\UnsafeNativeMethods.cs (6)
38
/// <exception cref="
PrintingNotSupportedException
">
84
/// <exception cref="
PrintingNotSupportedException
">
114
/// <exception cref="
PrintingNotSupportedException
">
151
/// <exception cref="
PrintingNotSupportedException
">
188
/// <exception cref="
PrintingNotSupportedException
">
223
/// <exception cref="
PrintingNotSupportedException
">
PrintConfig\PTProvider.cs (5)
147
/// <exception cref="
PrintingNotSupportedException
">
207
/// <exception cref="
PrintingNotSupportedException
">
276
/// <exception cref="
PrintingNotSupportedException
">
383
/// <exception cref="
PrintingNotSupportedException
">
447
/// <exception cref="
PrintingNotSupportedException
">
PrintConfig\PTProviderBase.cs (1)
54
catch (
PrintingNotSupportedException
)