6 instantiations of PrintingNotSupportedException
ReachFramework (6)
MS\Internal\Printing\Configuration\UnsafeNativeMethods.cs (6)
62throw new PrintingNotSupportedException(String.Empty, e); 98throw new PrintingNotSupportedException(String.Empty, e); 137throw new PrintingNotSupportedException(String.Empty, e); 172throw new PrintingNotSupportedException(String.Empty, e); 213throw new PrintingNotSupportedException(String.Empty, e); 233throw new PrintingNotSupportedException(String.Empty, e);
12 references to PrintingNotSupportedException
ReachFramework (12)
MS\Internal\Printing\Configuration\UnsafeNativeMethods.cs (6)
37/// <exception cref="PrintingNotSupportedException"> 83/// <exception cref="PrintingNotSupportedException"> 113/// <exception cref="PrintingNotSupportedException"> 150/// <exception cref="PrintingNotSupportedException"> 187/// <exception cref="PrintingNotSupportedException"> 222/// <exception cref="PrintingNotSupportedException">
PrintConfig\PTProvider.cs (5)
146/// <exception cref="PrintingNotSupportedException"> 206/// <exception cref="PrintingNotSupportedException"> 275/// <exception cref="PrintingNotSupportedException"> 382/// <exception cref="PrintingNotSupportedException"> 446/// <exception cref="PrintingNotSupportedException">
PrintConfig\PTProviderBase.cs (1)
53catch (PrintingNotSupportedException)