ControllerBase.Problem(String, String, Nullable<Int32>, String, String) Metoda

Definice

Vytvoří výjimku ObjectResult , která vytvoří ProblemDetails odpověď.

[Microsoft.AspNetCore.Mvc.NonAction]
public virtual Microsoft.AspNetCore.Mvc.ObjectResult Problem (string detail = default, string instance = default, int? statusCode = default, string title = default, string type = default);
[Microsoft.AspNetCore.Mvc.NonAction]
public virtual Microsoft.AspNetCore.Mvc.ObjectResult Problem (string? detail = default, string? instance = default, int? statusCode = default, string? title = default, string? type = default);
[<Microsoft.AspNetCore.Mvc.NonAction>]
abstract member Problem : string * string * Nullable<int> * string * string -> Microsoft.AspNetCore.Mvc.ObjectResult
override this.Problem : string * string * Nullable<int> * string * string -> Microsoft.AspNetCore.Mvc.ObjectResult
Public Overridable Function Problem (Optional detail As String = Nothing, Optional instance As String = Nothing, Optional statusCode As Nullable(Of Integer) = Nothing, Optional title As String = Nothing, Optional type As String = Nothing) As ObjectResult

Parametry

detail
String

Hodnota pro Detail .

instance
String

Hodnota pro Instance .

statusCode
Nullable<Int32>

Hodnota pro Status .

title
String

Hodnota pro Title .

type
String

Hodnota pro Type .

Návraty

ObjectResult

Vytvořená ObjectResult odpověď.

Atributy

Platí pro