WebServiceFaultActivity.SendingFault 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 before the fault is sent to the client, which is useful for appending information to the fault.
public:
event EventHandler ^ SendingFault;
public event EventHandler SendingFault;
member this.SendingFault : EventHandler
Public Custom Event SendingFault As EventHandler