次の方法で共有


VpnManager.ErrorCodeNetworkIo フィールド

定義

注意事項

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

#EXTRA_ERROR_CODE#CATEGORY_EVENT_NETWORK_ERROR入出力エラーを示す 。

[Android.Runtime.Register("ERROR_CODE_NETWORK_IO", ApiSince=33)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Net.VpnErrorCode enum directly instead of this field.", true)]
public const Android.Net.VpnErrorCode ErrorCodeNetworkIo = 3;
[<Android.Runtime.Register("ERROR_CODE_NETWORK_IO", ApiSince=33)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Net.VpnErrorCode enum directly instead of this field.", true)>]
val mutable ErrorCodeNetworkIo : Android.Net.VpnErrorCode

フィールド値

Value = 3
属性

注釈

#EXTRA_ERROR_CODE#CATEGORY_EVENT_NETWORK_ERROR入出力エラーを示す 。

このコードは、基になるネットワーク上のソケットの読み取りまたは書き込みが I/O エラーによって終了した場合に発生します。 IOException.

android.net.VpnManager.ERROR_CODE_NETWORK_IOJava ドキュメント。

このページの一部は、によって作成および共有された作業に基づく変更であり、に記載されている条件に従って使用されます。

適用対象