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