Class ConsumerClosedException
- Namespace
- Apache.NMS.ActiveMQ
- Assembly
- Apache.NMS.ActiveMQ.dll
public class ConsumerClosedException : NMSException
- Inheritance
-
ConsumerClosedException
Constructors
ConsumerClosedException()
public ConsumerClosedException()
ConsumerClosedException(SerializationInfo, StreamingContext)
protected ConsumerClosedException(SerializationInfo info, StreamingContext context)
Parameters
info
SerializationInfo
context
StreamingContext
ConsumerClosedException(string)
public ConsumerClosedException(string message)
Parameters
message
string
ConsumerClosedException(string, Exception)
public ConsumerClosedException(string message, Exception innerException)
Parameters
message
string
innerException
Exception
ConsumerClosedException(string, string)
public ConsumerClosedException(string message, string errorCode)
Parameters
message
string
errorCode
string
ConsumerClosedException(string, string, Exception)
public ConsumerClosedException(string message, string errorCode, Exception innerException)
Parameters
message
string
errorCode
string
innerException
Exception