ClientBase<TChannel>.ICommunicationObject.Faulted Event

Definition

The event handler that is invoked when a fault occurs while performing an operation on the ClientBase<TChannel> object.

event EventHandler System.ServiceModel.ICommunicationObject.Faulted;
member this.System.ServiceModel.ICommunicationObject.Faulted : EventHandler 
Custom Event Faulted As EventHandler Implements System.ServiceModel.ICommunicationObject

Event Type

Implements

Remarks

For more information, see System.ServiceModel.Channels.CommunicationObject.

Applies to