Table of Contents

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)

public UnhandledMessageException(string message)

Parameters

message string

The error message.

UnhandledMessageException(string, Exception)

public UnhandledMessageException(string message, Exception innerException)

Parameters

message string

The error message.

innerException Exception

The exception that caused the UnhandledMessageException.