3 overrides of HasDetail
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\MessageFault.cs (2)
433
public override bool
HasDetail
514
public override bool
HasDetail
FrameworkFork\System.ServiceModel\System\ServiceModel\WSAddressing10ProblemHeaderQNameFault.cs (1)
69
public override bool
HasDetail
5 references to HasDetail
dotnet-svcutil-lib (5)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\MessageFault.cs (3)
183
if (!
HasDetail
)
315
if (
HasDetail
)
390
if (
HasDetail
)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannel.cs (1)
1064
if (fault.
HasDetail
)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\FaultFormatter.cs (1)
62
if (!messageFault.
HasDetail
)