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