次の方法で共有


HttpURLConnection.HttpInternalError フィールド

定義

注意事項

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

HTTP Status-Code 500: 内部サーバー エラー。

[Android.Runtime.Register("HTTP_INTERNAL_ERROR")]
[System.Obsolete("This constant will be removed in the future version. Use Java.Net.HttpStatus enum directly instead of this field.", true)]
public const Java.Net.HttpStatus HttpInternalError = 500;
[<Android.Runtime.Register("HTTP_INTERNAL_ERROR")>]
[<System.Obsolete("This constant will be removed in the future version. Use Java.Net.HttpStatus enum directly instead of this field.", true)>]
val mutable HttpInternalError : Java.Net.HttpStatus

フィールド値

Value = 500
属性

注釈

HTTP Status-Code 500: 内部サーバー エラー。

java.net.HttpURLConnection.HTTP_INTERNAL_ERRORJava ドキュメント。

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

適用対象