FaultCode Constructor (String, FaultCode)
[ 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 FaultCode class.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
Parameters
- name
- Type: System.String
The name of the fault code.
- subCode
- Type: System.ServiceModel.FaultCode
The fault subcode.
Show: