1 write to exception
Extensibility.MessageInterceptor.IntegrationTests (1)
AsyncResult.cs (1)
127this.exception = exception;
2 references to exception
Extensibility.MessageInterceptor.IntegrationTests (2)
AsyncResult.cs (2)
165if (asyncResult.exception != null) 167throw asyncResult.exception;