Skip to content

FaultException<TDetail> is missing ctor FaultException(TDetail detail, string reason) #5553

Closed
@daniatic

Description

Describe the bug

FaultException is missing ctor FaultException(TDetail detail, string reason) in version 8.0.0 but shows up in the Microsoft Documentation and also in the src code of this project.

I checked by decompiling the source with dotPeek and the constructor does not show up, whereas when decompiling the 6.2.0 version the constructor is available.

I directly downloaded the packages from the nuget website to ensure that package resolution isnt the problem.

Furthermore, there are some matching symbol sources which show the constructor is available when it's not...

To Reproduce

Reference System.ServiceModel.Primitives as nuget and call the constructor FaultException(TDetail detail, string reason). Compiler won't compile.

Expected behavior
Update the documentation and symbol files or include the constructor again.

Screenshots

image
image

Additional context

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions