2 instantiations of SecondaryException
PresentationFramework (2)
src\Framework\MS\Internal\PtsHost\Pts.cs (2)
69SecondaryException se = new SecondaryException(ptsContext.CallbackException); 127SecondaryException se = new SecondaryException(innerException);
4 references to SecondaryException
PresentationFramework (4)
src\Framework\MS\Internal\PtsHost\Pts.cs (4)
69SecondaryException se = new SecondaryException(ptsContext.CallbackException); 105if (innerException == null || innerException is SecondaryException || innerException is PtsException) 127SecondaryException se = new SecondaryException(innerException); 151if (!(exception is PtsException || exception is SecondaryException))