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