FaultConverter Class
Converts exceptions thrown by a channel into SOAP fault messages that conform to the channel's protocol.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
| Name | Description | |
|---|---|---|
![]() | FaultConverter() | Initializes a new instance of the FaultConverter class. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() ![]() | GetDefaultFaultConverter(MessageVersion^) | Gets the default fault converter. |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | OnTryCreateException(Message^, MessageFault^, Exception^%) | Tries to create the exception. |
![]() | OnTryCreateFaultMessage(Exception^, Message^%) | Tries to create the fault message once the fault has been converted to a SOAP exception. |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
![]() | TryCreateException(Message^, MessageFault^, Exception^%) | Wraps OnTryCreateException with error checking. |
![]() | TryCreateFaultMessage(Exception^, Message^%) | Wraps OnTryCreateFaultMessage with error checking. |
Available since 8
.NET Framework
Available since 3.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 3.0
Windows Phone Silverlight
Available since 7.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


