3 writes to OnException
System.ServiceModel (3)
System\ServiceModel\Channels\ReliableDuplexSessionChannel.cs (1)
1266this.outputConnection.OnException += OnComponentException;
System\ServiceModel\Channels\ReliableOutputSessionChannel.cs (1)
461this.connection.OnException += OnComponentException;
System\ServiceModel\Channels\ReliableRequestSessionChannel.cs (1)
519this.connection.OnException += OnComponentException;
1 reference to OnException
System.ServiceModel (1)
System\ServiceModel\Channels\ReliableOutputConnection.cs (1)
554ComponentExceptionHandler handler = this.OnException;