1 instantiation of AlreadyFaultedException
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\WsdlImporter.cs (1)
1904
return new
AlreadyFaultedException
(warningMsg, innerException);
2 references to AlreadyFaultedException
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\WsdlImporter.cs (2)
1943
AlreadyFaultedException
afe = innerException as
AlreadyFaultedException
;