Aracılığıyla paylaş


InternalServerError Sınıf

Tanım

Yürütme sırasında İç Sunucu Hatası (500) durum koduyla yanıta bir nesne yazan bir IResult.

public sealed class InternalServerError : Microsoft.AspNetCore.Http.IResult, Microsoft.AspNetCore.Http.IStatusCodeHttpResult, Microsoft.AspNetCore.Http.Metadata.IEndpointMetadataProvider
type InternalServerError = class
    interface IResult
    interface IEndpointMetadataProvider
    interface IStatusCodeHttpResult
Public NotInheritable Class InternalServerError
Implements IEndpointMetadataProvider, IResult, IStatusCodeHttpResult
Devralma
InternalServerError
Uygulamalar

Özellikler

StatusCode

HTTP durum kodunu alır: Status500InternalServerError

Yöntemler

ExecuteAsync(HttpContext)

Sonucu yansıtan bir HTTP yanıtı yazın.

Belirtik Arabirim Kullanımları

IEndpointMetadataProvider.PopulateMetadata(MethodInfo, EndpointBuilder)

İlgili Endpoint ve MethodInfoiçin meta verileri doldurur.

IStatusCodeHttpResult.StatusCode

Yürütme sırasında İç Sunucu Hatası (500) durum koduyla yanıta bir nesne yazan bir IResult.

Şunlara uygulanır