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