1 write to exceptions
System.ServiceModel.Routing (1)
System\ServiceModel\Routing\SendOperation.cs (1)
87
this.
exceptions
= new Dictionary<string, Exception>();
4 references to exceptions
System.ServiceModel.Routing (4)
System\ServiceModel\Routing\SendOperation.cs (4)
69
if (this.
exceptions
!= null)
71
message.Properties["Exceptions"] = this.
exceptions
;
85
if (this.
exceptions
== null)
89
this.
exceptions
[this.CurrentEndpoint.Endpoint.Name] = exception;