1 instantiation of AlreadyFaultedException
System.ServiceModel (1)
System\ServiceModel\Description\WsdlImporter.cs (1)
1917
return new
AlreadyFaultedException
(warningMsg, innerException);
2 references to AlreadyFaultedException
System.ServiceModel (2)
System\ServiceModel\Description\WsdlImporter.cs (2)
1955
AlreadyFaultedException
afe = innerException as
AlreadyFaultedException
;