FaultContractWrapperException.FaultContract Property
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. |
Gets or sets the fault contract.
Namespace: Microsoft.Practices.EnterpriseLibrary.ExceptionHandling.WCF
Assembly: Microsoft.Practices.EnterpriseLibrary.ExceptionHandling.WCF (in Microsoft.Practices.EnterpriseLibrary.ExceptionHandling.WCF.dll)
Syntax
'Declaration
PublicPropertyFaultContractAs Object
public Object FaultContract { get; set; }
public:
property Object^ FaultContract {
Object^ get ();
voidset (Object^ value);
}
publicfunction getFaultContract () : Object
publicfunction setFaultContract (value : Object)
Field Value
The fault contract.
See Also
FaultContractWrapperException Class
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. |