Share via


DnsResolver.DnsException.Code Property

Definition

DNS error code as one of the ERROR_* constants

[Android.Runtime.Register("code", ApiSince=29)]
public int Code { get; set; }
[<Android.Runtime.Register("code", ApiSince=29)>]
member this.Code : int with get, set

Property Value

Attributes

Remarks

DNS error code as one of the ERROR_* constants

Java documentation for android.net.DnsResolver.DnsException.code.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to