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