3 overrides of OnTryCreateException
System.ServiceModel (3)
System\ServiceModel\Channels\FaultConverter.cs (1)
90protected override bool OnTryCreateException(Message message, MessageFault fault, out Exception exception)
System\ServiceModel\Channels\SecurityChannelFaultConverter.cs (1)
20protected override bool OnTryCreateException(Message message, MessageFault fault, out Exception exception)
System\ServiceModel\Channels\TransactionChannelFaultConverter.cs (1)
21protected override bool OnTryCreateException(Message message, MessageFault fault, out Exception exception)
1 reference to OnTryCreateException
System.ServiceModel (1)
System\ServiceModel\Channels\FaultConverter.cs (1)
31bool created = this.OnTryCreateException(message, fault, out exception);