2 instantiations of SecondaryException
PresentationFramework (2)
MS\Internal\PtsHost\Pts.cs (2)
65
SecondaryException se = new
SecondaryException
(ptsContext.CallbackException);
123
SecondaryException se = new
SecondaryException
(innerException);
4 references to SecondaryException
PresentationFramework (4)
MS\Internal\PtsHost\Pts.cs (4)
65
SecondaryException
se = new SecondaryException(ptsContext.CallbackException);
101
if (innerException == null || innerException is
SecondaryException
|| innerException is PtsException)
123
SecondaryException
se = new SecondaryException(innerException);
147
if (!(exception is PtsException || exception is
SecondaryException
))