ProblemDetailsWrapper 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
ProblemDetailsWrapper() |
Initializes a new instance of ProblemDetailsWrapper. |
ProblemDetailsWrapper(ProblemDetails) |
Initializes a new instance of ProblemDetailsWrapper. |
ProblemDetailsWrapper()
- Source:
- ProblemDetailsWrapper.cs
- Source:
- ProblemDetailsWrapper.cs
Initializes a new instance of ProblemDetailsWrapper.
public:
ProblemDetailsWrapper();
public ProblemDetailsWrapper ();
Public Sub New ()
Applies to
ProblemDetailsWrapper(ProblemDetails)
- Source:
- ProblemDetailsWrapper.cs
- Source:
- ProblemDetailsWrapper.cs
Initializes a new instance of ProblemDetailsWrapper.
public:
ProblemDetailsWrapper(Microsoft::AspNetCore::Mvc::ProblemDetails ^ problemDetails);
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