Class PossibleAuthenticationFailureException
- Namespace
- RabbitMQ.Client.Exceptions
- Assembly
- RabbitMQ.Client.dll
Thrown when the likely cause is an authentication failure.
[Serializable]
public class PossibleAuthenticationFailureException : RabbitMQClientException, ISerializable, _Exception
- Inheritance
-
PossibleAuthenticationFailureException
- Implements
- Derived
- Inherited Members
Constructors
PossibleAuthenticationFailureException(string)
public PossibleAuthenticationFailureException(string msg)
Parameters
msg
string
PossibleAuthenticationFailureException(string, Exception)
public PossibleAuthenticationFailureException(string msg, Exception inner)