AMPS C# Client  5.3.3.4
AMPS C# Client for .NET
AMPS.Client.Exceptions.MessageStreamFullException Class Reference

Exception used to indicate that a MessageStream has reached its max depth and can't enqueue another message. More...

+ Inheritance diagram for AMPS.Client.Exceptions.MessageStreamFullException:

Public Member Functions

 MessageStreamFullException (string message)
 
 MessageStreamFullException (Exception innerException)
 
 MessageStreamFullException (string message, Exception innerException)
 
- Public Member Functions inherited from AMPS.Client.Exceptions.AMPSException
 AMPSException ()
 Constructs a new AMPSException with a general error message. More...
 
 AMPSException (string message)
 Constructs a new AMPSException with a supplied error message. More...
 
 AMPSException (Exception innerException)
 Constructs a new AMPSException with a supplied inner exception. More...
 
 AMPSException (string message, Exception innerException)
 Constructs a new AMPSException with a supplied message and inner exception. More...
 

Detailed Description

Exception used to indicate that a MessageStream has reached its max depth and can't enqueue another message.


The documentation for this class was generated from the following file: