Table of Contents

Class HandlerConflictException

Namespace
PushTechnology.ClientInterface.Client.Features
Assembly
Diffusion.Client.dll

The exception indicating that a handler could not be registered because it conflicts with an existing handler.

public class HandlerConflictException : SessionException, ISerializable
Inheritance
HandlerConflictException
Implements
Inherited Members

Remarks

Since 6.0

Constructors

HandlerConflictException(string)

public HandlerConflictException(string message)

Parameters

message string

The error message.

HandlerConflictException(string, Exception)

Creates a new HandlerConflictException.

public HandlerConflictException(string message, Exception innerException)

Parameters

message string

The error message.

innerException Exception

The exception that caused the HandlerConflictException.