2 instantiations of PtsException
PresentationFramework (2)
MS\Internal\PtsHost\Pts.cs (2)
76throw new PtsException(SR.Format(SR.FormatRestrictionsExceeded, fserr)); 79throw new PtsException(SR.Format(SR.PTSError, fserr));
2 references to PtsException
PresentationFramework (2)
MS\Internal\PtsHost\Pts.cs (2)
101if (innerException == null || innerException is SecondaryException || innerException is PtsException) 147if (!(exception is PtsException || exception is SecondaryException))