FaultContractExceptionHandler Class
Retired Content |
---|
This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |
Exception handler that gets the configured fault contract type and wraps it inside a FaultContractWrapperException. exception.
Namespace: Microsoft.Practices.EnterpriseLibrary.ExceptionHandling.WCF
Assembly: Microsoft.Practices.EnterpriseLibrary.ExceptionHandling.WCF (in Microsoft.Practices.EnterpriseLibrary.ExceptionHandling.WCF.dll)
Syntax
'Declaration
<ConfigurationElementTypeAttribute(GetType(FaultContractExceptionHandlerData))> _
PublicClassFaultContractExceptionHandler _
Implements IExceptionHandler
[ConfigurationElementTypeAttribute(typeof(FaultContractExceptionHandlerData))]
publicclassFaultContractExceptionHandler : IExceptionHandler
[ConfigurationElementTypeAttribute(typeof(FaultContractExceptionHandlerData))]
publicref classFaultContractExceptionHandler : IExceptionHandler
publicclass FaultContractExceptionHandler implements IExceptionHandler
Inheritance Hierarchy
System.Object
Microsoft.Practices.EnterpriseLibrary.ExceptionHandling.WCF.FaultContractExceptionHandler
See Also
FaultContractExceptionHandler Members
Microsoft.Practices.EnterpriseLibrary.ExceptionHandling.WCF Namespace
Retired Content |
---|
This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |