ProblemDetailsWrapper Constructors
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
ProblemDetailsWrapper() |
Initializes a new instance of ProblemDetailsWrapper. |
ProblemDetailsWrapper(ProblemDetails) |
Initializes a new instance of ProblemDetailsWrapper. |
- Source:
- ProblemDetailsWrapper.cs
- Source:
- ProblemDetailsWrapper.cs
Initializes a new instance of ProblemDetailsWrapper.
public:
ProblemDetailsWrapper();
C#
public ProblemDetailsWrapper ();
Public Sub New ()
Applies to
ASP.NET Core 9.0 and other versions
Product | Versions |
---|---|
ASP.NET Core | 2.2, 3.0, 3.1, 5.0, 6.0, 7.0, 8.0, 9.0 |
- Source:
- ProblemDetailsWrapper.cs
- Source:
- ProblemDetailsWrapper.cs
Initializes a new instance of ProblemDetailsWrapper.
public:
ProblemDetailsWrapper(Microsoft::AspNetCore::Mvc::ProblemDetails ^ problemDetails);
C#
public ProblemDetailsWrapper (Microsoft.AspNetCore.Mvc.ProblemDetails problemDetails);
new Microsoft.AspNetCore.Mvc.Formatters.Xml.ProblemDetailsWrapper : Microsoft.AspNetCore.Mvc.ProblemDetails -> Microsoft.AspNetCore.Mvc.Formatters.Xml.ProblemDetailsWrapper
Public Sub New (problemDetails As ProblemDetails)
Parameters
- problemDetails
- ProblemDetails
Applies to
ASP.NET Core 9.0 and other versions
Product | Versions |
---|---|
ASP.NET Core | 2.2, 3.0, 3.1, 5.0, 6.0, 7.0, 8.0, 9.0 |