6 instantiations of PrintingNotSupportedException
ReachFramework (6)
MS\Internal\Printing\Configuration\UnsafeNativeMethods.cs (6)
68throw new PrintingNotSupportedException(String.Empty, e); 104throw new PrintingNotSupportedException(String.Empty, e); 143throw new PrintingNotSupportedException(String.Empty, e); 178throw new PrintingNotSupportedException(String.Empty, e); 219throw new PrintingNotSupportedException(String.Empty, e); 239throw 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)
56catch (PrintingNotSupportedException)