AppFunctionException.ErrorSystemError Bidang
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
Perhatian
This constant will be removed in the future version. Use Android.App.AppFunctions.AppFunctionError enum directly instead of this field.
Kesalahan tak terduga internal yang berasal dari sistem.
[Android.Runtime.Register("ERROR_SYSTEM_ERROR", ApiSince=36)]
[System.Obsolete("This constant will be removed in the future version. Use Android.App.AppFunctions.AppFunctionError enum directly instead of this field.", true)]
public const Android.App.AppFunctions.AppFunctionError ErrorSystemError = 2000;
[<Android.Runtime.Register("ERROR_SYSTEM_ERROR", ApiSince=36)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.App.AppFunctions.AppFunctionError enum directly instead of this field.", true)>]
val mutable ErrorSystemError : Android.App.AppFunctions.AppFunctionError
Nilai Bidang
Value = 2000Penerapan
- Atribut
Keterangan
Kesalahan tak terduga internal yang berasal dari sistem.
Kesalahan ini ada dalam #ERROR_CATEGORY_SYSTEM kategori.
Java dokumentasi untuk android.app.appfunctions.AppFunctionException.ERROR_SYSTEM_ERROR.
Bagian dari halaman ini adalah modifikasi berdasarkan pekerjaan yang dibuat dan dibagikan oleh Android Open Source Project dan digunakan sesuai dengan istilah yang dijelaskan dalam Lisensi Creative Commons 2.5 Lisensi Atribusi.