Base:
method
OnFaulted
System.ServiceModel.Channels.CommunicationObject.OnFaulted()
2 overrides of OnFaulted
System.ServiceModel (2)
System\ServiceModel\Channels\PeerDuplexChannelListener.cs (1)
43protected override void OnFaulted()
System\ServiceModel\Channels\PeerInputChannelListener.cs (1)
56protected override void OnFaulted()
2 references to OnFaulted
System.ServiceModel (2)
System\ServiceModel\Channels\PeerDuplexChannelListener.cs (1)
46base.OnFaulted();
System\ServiceModel\Channels\PeerInputChannelListener.cs (1)
59base.OnFaulted();