Język

MsalError.NetworkNotAvailableError Pole

Definicja

Uwaga

MSAL no longer throws this error - it will allow the HttpClient exceptions to propagate. App developers may write their own logic for detecting access to the network issues, for example by using Xamarin.Essentials.

Nie można wykonać żądania, ponieważ sieć nie działa.

Środki zaradcze [Programowanie aplikacji]

W aplikacji możesz poinformować użytkownika o problemach z siecią lub ponowić próbę później
[System.Obsolete("MSAL no longer throws this error - it will allow the HttpClient exceptions to propagate. App developers may write their own logic for detecting access to the network issues, for example by using Xamarin.Essentials. ")]
public const string NetworkNotAvailableError;
[<System.Obsolete("MSAL no longer throws this error - it will allow the HttpClient exceptions to propagate. App developers may write their own logic for detecting access to the network issues, for example by using Xamarin.Essentials. ")>]
val mutable NetworkNotAvailableError : string
Public Const NetworkNotAvailableError As String 

Wartość pola

Atrybuty

Dotyczy