ProblemDetails21Wrapper Constructors
Definition
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.
Overloads
ProblemDetails21Wrapper() | |
ProblemDetails21Wrapper(ProblemDetails) |
ProblemDetails21Wrapper()
- Source:
- ProblemDetails21Wrapper.cs
public:
ProblemDetails21Wrapper();
public ProblemDetails21Wrapper ();
Public Sub New ()
Applies to
ProblemDetails21Wrapper(ProblemDetails)
- Source:
- ProblemDetails21Wrapper.cs
public:
ProblemDetails21Wrapper(Microsoft::AspNetCore::Mvc::ProblemDetails ^ problemDetails);
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