2 instantiations of SecondaryException
PresentationFramework (2)
MS\Internal\PtsHost\Pts.cs (2)
60
SecondaryException se = new
SecondaryException
(ptsContext.CallbackException);
118
SecondaryException se = new
SecondaryException
(innerException);
4 references to SecondaryException
PresentationFramework (4)
MS\Internal\PtsHost\Pts.cs (4)
60
SecondaryException
se = new SecondaryException(ptsContext.CallbackException);
96
if (innerException == null || innerException is
SecondaryException
|| innerException is PtsException)
118
SecondaryException
se = new SecondaryException(innerException);
142
if (!(exception is PtsException || exception is
SecondaryException
))