Class UnhandledMessageException
- Namespace
- PushTechnology.ClientInterface.Client.Features
- Assembly
- Diffusion.Client.dll
The exception indicating that a message was not delivered to an application handler.
public class UnhandledMessageException : SessionException, ISerializable
- Inheritance
-
UnhandledMessageException
- Implements
- Inherited Members
Remarks
For messages addressed to a session or sessions using the IMessaging feature, this exception indicates a message was delivered to a session, but the session has no local handler for the message path.
For messages addressed to the server using the IMessaging feature, this exception indicates the server has no handler registered for the message path.
Since 6.0
Constructors
UnhandledMessageException(string)
Creates a new UnhandledMessageException
public UnhandledMessageException(string message)
Parameters
messagestringThe error message.
UnhandledMessageException(string, Exception)
Creates a new UnhandledMessageException.
public UnhandledMessageException(string message, Exception innerException)