2 instantiations of SecondaryException
PresentationFramework (2)
MS\Internal\PtsHost\Pts.cs (2)
59
SecondaryException se = new
SecondaryException
(ptsContext.CallbackException);
117
SecondaryException se = new
SecondaryException
(innerException);
4 references to SecondaryException
PresentationFramework (4)
MS\Internal\PtsHost\Pts.cs (4)
59
SecondaryException
se = new SecondaryException(ptsContext.CallbackException);
95
if (innerException == null || innerException is
SecondaryException
|| innerException is PtsException)
117
SecondaryException
se = new SecondaryException(innerException);
141
if (!(exception is PtsException || exception is
SecondaryException
))