ServiceProxy<TService>.FactoryFaulted Event
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Occurs when a channel factory is faulted.
public:
event EventHandler<Microsoft::Xrm::Sdk::Client::ChannelFaultedEventArgs ^> ^ FactoryFaulted;
public event EventHandler<Microsoft.Xrm.Sdk.Client.ChannelFaultedEventArgs> FactoryFaulted;
member this.FactoryFaulted : EventHandler<Microsoft.Xrm.Sdk.Client.ChannelFaultedEventArgs>
Public Event FactoryFaulted As EventHandler(Of ChannelFaultedEventArgs)