Android.Media.NotProvisionedException Class
Exception thrown when an operation on a MediaDrm object is attempted and the device does not have a certificate.

See Also: NotProvisionedException Members

Syntax

[Android.Runtime.Register("android/media/NotProvisionedException", DoNotGenerateAcw=true)]
public sealed class NotProvisionedException : MediaDrmException

Remarks

Exception thrown when an operation on a MediaDrm object is attempted and the device does not have a certificate. The app should obtain and install a certificate using the MediaDrm provisioning methods then retry the operation.

[Android Documentation]

Requirements

Namespace: Android.Media
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 18