Class RejectedRequestException

The exception indicating that a recipient session has rejected a request.

Inheritance
System.Object
SessionException
RejectedRequestException
Namespace: PushTechnology.ClientInterface.Client.Features
Assembly: Diffusion.Client.dll
Syntax
public class RejectedRequestException : SessionException
Remarks

Since 6.0

Constructors

RejectedRequestException(String)

Creates a new RejectedRequestException

Declaration
public RejectedRequestException(string message)
Parameters
Type Name Description
System.String message

The error message.

RejectedRequestException(String, Exception)

Creates a new RejectedRequestException.

Declaration
public RejectedRequestException(string message, Exception innerException)
Parameters
Type Name Description
System.String message

The error message.

Exception innerException

The exception that caused the RejectedRequestException.

Back to top