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)
Creates a new HandlerConflictException
public HandlerConflictException(string message)
Parameters
messagestringThe error message.
HandlerConflictException(string, Exception)
Creates a new HandlerConflictException.
public HandlerConflictException(string message, Exception innerException)