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