NetworkException.ErrorInternetDisconnected Campo

Definição

Cuidado

This constant will be removed in the future version. Use Android.Net.Http.NetworkExceptionErrorReason enum directly instead of this field.

Código de erro indicando que o dispositivo não estava conectado a nenhuma rede.

[Android.Runtime.Register("ERROR_INTERNET_DISCONNECTED", ApiSince=34)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Net.Http.NetworkExceptionErrorReason enum directly instead of this field.", true)]
public const Android.Net.Http.NetworkExceptionErrorReason ErrorInternetDisconnected = 2;
[<Android.Runtime.Register("ERROR_INTERNET_DISCONNECTED", ApiSince=34)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Net.Http.NetworkExceptionErrorReason enum directly instead of this field.", true)>]
val mutable ErrorInternetDisconnected : Android.Net.Http.NetworkExceptionErrorReason

Valor do campo

Value = 2
Atributos

Comentários

Código de erro indicando que o dispositivo não estava conectado a nenhuma rede.

Java documentação para android.net.http.NetworkException.ERROR_INTERNET_DISCONNECTED.

Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Project Open Source do Open Source e usadas de acordo com os termos descritos na Creative Commons 2.5.

Aplica-se a