MsalError.NetworkNotAvailableError Campo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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