Table of Contents

Class NoSuchSessionException

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

The exception used to report there is no session for a given session ID.

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

Remarks

Since 6.0

Constructors

NoSuchSessionException(string)

Creates a new NoSuchSessionException

public NoSuchSessionException(string message)

Parameters

message string

The error message.

NoSuchSessionException(string, Exception)

Creates a new NoSuchSessionException.

public NoSuchSessionException(string message, Exception innerException)

Parameters

message string

The error message.

innerException Exception

The exception that caused the NoSuchSessionException.