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