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