Java.Util.TooManyListenersException Class
A TooManyListenersException is thrown when an attempt is made to add more than one listener to an event source which only supports a single listener.

See Also: TooManyListenersException Members

Syntax

[Android.Runtime.Register("java/util/TooManyListenersException", DoNotGenerateAcw=true)]
public class TooManyListenersException : Java.Lang.Exception

Remarks

A TooManyListenersException is thrown when an attempt is made to add more than one listener to an event source which only supports a single listener. It is also thrown when the same listener is added more than once.

[Android Documentation]

Requirements

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