Aracılığıyla paylaş


Results.InternalServerError Yöntem

Tanım

Aşırı Yüklemeler

InternalServerError()

bir Status500InternalServerError yanıtı üretir.

InternalServerError<TValue>(TValue)

bir Status500InternalServerError yanıtı üretir.

InternalServerError()

bir Status500InternalServerError yanıtı üretir.

public static Microsoft.AspNetCore.Http.IResult InternalServerError ();
static member InternalServerError : unit -> Microsoft.AspNetCore.Http.IResult
Public Shared Function InternalServerError () As IResult

Döndürülenler

Yanıt için oluşturulan IResult.

Şunlara uygulanır

InternalServerError<TValue>(TValue)

bir Status500InternalServerError yanıtı üretir.

public static Microsoft.AspNetCore.Http.IResult InternalServerError<TValue> (TValue? error);
static member InternalServerError : 'Value -> Microsoft.AspNetCore.Http.IResult
Public Shared Function InternalServerError(Of TValue) (error As TValue) As IResult

Tür Parametreleri

TValue

Parametreler

error
TValue

HTTP yanıt gövdesine eklenecek bir hata nesnesi.

Döndürülenler

Yanıt için oluşturulan IResult.

Şunlara uygulanır