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