ProblemDetails21Wrapper 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.
- Source:
- ProblemDetails21Wrapper.cs
public:
ProblemDetails21Wrapper();
C#
public ProblemDetails21Wrapper ();
Public Sub New ()
Applies to
ASP.NET Core 2.2
Produkt | Versiounen |
---|---|
ASP.NET Core | 2.2 |
- Source:
- ProblemDetails21Wrapper.cs
public:
ProblemDetails21Wrapper(Microsoft::AspNetCore::Mvc::ProblemDetails ^ problemDetails);
C#
public ProblemDetails21Wrapper (Microsoft.AspNetCore.Mvc.ProblemDetails problemDetails);
new Microsoft.AspNetCore.Mvc.Formatters.Xml.ProblemDetails21Wrapper : Microsoft.AspNetCore.Mvc.ProblemDetails -> Microsoft.AspNetCore.Mvc.Formatters.Xml.ProblemDetails21Wrapper
Public Sub New (problemDetails As ProblemDetails)
Parameters
- problemDetails
- ProblemDetails
Applies to
ASP.NET Core 2.2
Produkt | Versiounen |
---|---|
ASP.NET Core | 2.2 |