Bagikan melalui


RemoteFailureContext Konstruktor

Definisi

Menginisialisasi instans baru .RemoteFailureContext

public:
 RemoteFailureContext(Microsoft::AspNetCore::Http::HttpContext ^ context, Microsoft::AspNetCore::Authentication::AuthenticationScheme ^ scheme, Microsoft::AspNetCore::Authentication::RemoteAuthenticationOptions ^ options, Exception ^ failure);
public RemoteFailureContext (Microsoft.AspNetCore.Http.HttpContext context, Microsoft.AspNetCore.Authentication.AuthenticationScheme scheme, Microsoft.AspNetCore.Authentication.RemoteAuthenticationOptions options, Exception failure);
new Microsoft.AspNetCore.Authentication.RemoteFailureContext : Microsoft.AspNetCore.Http.HttpContext * Microsoft.AspNetCore.Authentication.AuthenticationScheme * Microsoft.AspNetCore.Authentication.RemoteAuthenticationOptions * Exception -> Microsoft.AspNetCore.Authentication.RemoteFailureContext
Public Sub New (context As HttpContext, scheme As AuthenticationScheme, options As RemoteAuthenticationOptions, failure As Exception)

Parameter

failure
Exception

Pesan kesalahan yang mudah digunakan untuk kesalahan tersebut.

Berlaku untuk