Java.Net.UnknownServiceException Class
Is thrown if no appropriate ContentHandler could be found for a particular service requested by the URL connection.

See Also: UnknownServiceException Members

Syntax

[Android.Runtime.Register("java/net/UnknownServiceException", DoNotGenerateAcw=true)]
public class UnknownServiceException : Java.IO.IOException

Remarks

Is thrown if no appropriate ContentHandler could be found for a particular service requested by the URL connection. This could be happened if there is an invalid MIME type or the application wants to send data over a read-only connection.

[Android Documentation]

Requirements

Namespace: Java.Net
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1