This method currently does nothing.
Namespace: Microsoft.Tag.CampaignManagementAssembly: Microsoft.Tag.CampaignManagement (in Microsoft.Tag.CampaignManagement.dll) Version: 1.0.7785.0 (1.0.7785.0)
Syntax
| C# |
|---|
public void ProvideFault( Exception error, MessageVersion version, ref Message fault ) |
| Visual Basic |
|---|
Public Sub ProvideFault ( _ error As Exception, _ version As MessageVersion, _ ByRef fault As Message _ ) |
| Visual C++ |
|---|
public: virtual void ProvideFault( Exception^ error, MessageVersion^ version, Message^% fault ) sealed |
Parameters
- error
- Type: System..::..Exception
The Exception object thrown by the error.
- version
- Type: System.ServiceModel.Channels..::..MessageVersion
The version of SOAP and the WS-Messaging protocol used in fault Message parameter.
- fault
- Type: System.ServiceModel.Channels..::..Message%
The Message object containing the fault information of the Exception.
Implements
IErrorHandler..::..ProvideFault(Exception, MessageVersion, Message%)
Remarks
ProvideFault currently does nothing.