Represents an exception that occurs when a LocalMessageReceiver cannot be registered.
Public NotInheritable Class ListenFailedException _ Inherits Exception
public sealed class ListenFailedException : Exception
The ListenFailedException type exposes the following members.
This exception is thrown when you call the LocalMessageReceiver..::.Listen method and another LocalMessageReceiver with the same ReceiverName and NameScope property values has already been registered.
For more information, see Communication Between Local Silverlight-Based Applications.
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.