Merge pull request #3528 from BrzVlad/fix-sgen-check-before-collections
[mono.git] / mcs / class / System.ServiceModel / System.ServiceModel / FaultException.cs
index 5e06e2f1287096be96fa594acaf68f370f43c00b..05b3af01caf8117bb1e39b4eae01a04e70323469 100644 (file)
@@ -100,7 +100,7 @@ namespace System.ServiceModel
                }
 
                [MonoTODO]
-               public static FaultException CreateFault (MessageFault fault,  params Type [] details)
+               public static FaultException CreateFault (MessageFault messageFault,  params Type [] faultDetailTypes)
                {
                        throw new NotImplementedException ();
                }