FaultContractInfo Constructor
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Initializes a new instance of the FaultContractInfo class that uses the specified action and detail type.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
Parameters
- action
- Type: System.String
The action of the SOAP fault.
- detail
- Type: System.Type
The detail type that is serialized as the SOAP fault detail.
Show: