Class FatalListenerExecutionException
Inheritance
System.Object
FatalListenerExecutionException
Namespace: Steeltoe.Messaging.RabbitMQ.Listener.Exceptions
Assembly: Steeltoe.Messaging.RabbitMQ.dll
Syntax
public class FatalListenerExecutionException : Exception
Constructors
| Edit this page View SourceFatalListenerExecutionException(String)
Declaration
public FatalListenerExecutionException(string msg)
Parameters
Type | Name | Description |
---|---|---|
System.String | msg |
FatalListenerExecutionException(String, Exception)
Declaration
public FatalListenerExecutionException(string msg, Exception cause)
Parameters
Type | Name | Description |
---|---|---|
System.String | msg | |
Exception | cause |