1 instantiation of CommunicationObjectFaultedException
System.ServiceModel.Federation (1)
System\IdentityModel\Security\WrapperSecurityCommunicationObject.cs (1)
160
return new
CommunicationObjectFaultedException
(message);
2 references to CommunicationObjectFaultedException
Client.ClientBase.IntegrationTests (1)
DuplexClientBaseTests.4.1.0.cs (1)
43
Assert.Throws<
CommunicationObjectFaultedException
>(() =>
System.ServiceModel (1)
netstandard.cs (1)
106
[assembly: TypeForwardedTo(typeof(
CommunicationObjectFaultedException
))]