3 writes to _exception
System.ServiceModel.Primitives.Tests (3)
ServiceModel\ThrowingOnCloseBindingElement.cs (3)
18_exception = new CommunicationException("Unspecified communication exception"); 23_exception = exception; 40clone._exception = _exception;
9 references to _exception
System.ServiceModel.Primitives.Tests (9)
ServiceModel\ThrowingOnCloseBindingElement.cs (9)
40clone._exception = _exception; 97throw _parent._exception; 118throw _parent._exception; 134return (TChannel)(object)new ThrowingOutputChannel(this, _parent._exception, (IOutputChannel)innerChannel); 138return (TChannel)(object)new ThrowingRequestChannel(this, _parent._exception, (IRequestChannel)innerChannel); 142return (TChannel)(object)new ThrowingDuplexChannel(this, _parent._exception, (IDuplexChannel)innerChannel); 146return (TChannel)(object)new ThrowingOutputSessionChannel(this, _parent._exception, (IOutputSessionChannel)innerChannel); 150return (TChannel)(object)new ThrowingRequestSessionChannel(this, _parent._exception, (IRequestSessionChannel)innerChannel); 154return (TChannel)(object)new ThrowingDuplexSessionChannel(this, _parent._exception, (IDuplexSessionChannel)innerChannel);