Java.Lang.CloneNotSupportedException Class
Thrown when a program attempts to clone an object which does not support the Java.Lang.ICloneable interface.

See Also: CloneNotSupportedException Members

Syntax

[Android.Runtime.Register("java/lang/CloneNotSupportedException", DoNotGenerateAcw=true)]
public class CloneNotSupportedException : Exception

Remarks

Thrown when a program attempts to clone an object which does not support the Java.Lang.ICloneable interface.

See Also

[Android Documentation]

Requirements

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