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