FaultContractAttribute , May 22 Build With Go-Live
Hi,
We are using the May 22 build of Wcf. This is a version with a Go-Live license.
I've noticed that the FaultContract attribute can only be aplied to methods in this build.
http://windowssdk.msdn.microsoft.com/en-us/library/system.servicemodel.faultcontractattribute.aspx
The documentation here (http://windowssdk.msdn.microsoft.com/en-us/library/ms733721.aspx) has a section "Faults for the Entire Contract"
For convenience, it is possible to apply the FaultContractAttribute attribute to an entire service contract as opposed to an individual operation. In that case, every operation in the service contract is able to return that type of fault. For example, in the following contract, any operation can return a MathFault:
I would like to know if FaultContract will be useable on classes and interfaces. If so, when will the first version with a Go-Live be available.

