FaultConverter.GetDefaultFaultConverter Method
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Gets the default fault converter.
Namespace: System.ServiceModel.Channels
Assembly: System.ServiceModel (in System.ServiceModel.dll)
Syntax
'Declaration
Public Shared Function GetDefaultFaultConverter ( _
version As MessageVersion _
) As FaultConverter
public static FaultConverter GetDefaultFaultConverter(
MessageVersion version
)
Parameters
- version
Type: System.ServiceModel.Channels.MessageVersion
The MessageVersion.
Return Value
Type: System.ServiceModel.Channels.FaultConverter
An instance of the FaultConverter.
Remarks
Transport channels should delegate to this method to get the default SOAP WS-Addressing fault converter.
Version Information
Silverlight
Supported in: 5, 4, 3
Silverlight for Windows Phone
Supported in: Windows Phone OS 7.1, Windows Phone OS 7.0
XNA Framework
Supported in: Windows Phone OS 7.0
Platforms
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.