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