6 instantiations of PrintingNotSupportedException
ReachFramework (6)
MS\Internal\Printing\Configuration\UnsafeNativeMethods.cs (6)
63throw new PrintingNotSupportedException(String.Empty, e); 99throw new PrintingNotSupportedException(String.Empty, e); 138throw new PrintingNotSupportedException(String.Empty, e); 173throw new PrintingNotSupportedException(String.Empty, e); 214throw new PrintingNotSupportedException(String.Empty, e); 234throw 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)
54catch (PrintingNotSupportedException)