MsalError.NetworkNotAvailableError Campo

Definizione

Attenzione

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.

Impossibile eseguire la richiesta perché la rete è inattiva.

Mitigazione [Sviluppo di app]

Nell'applicazione è possibile informare l'utente che sono presenti problemi di rete o riprovare in un secondo momento
[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 

Valore del campo

Attributi

Si applica a