Class DefaultExceptionStrategy
Inheritance
System.Object
DefaultExceptionStrategy
Assembly: Steeltoe.Messaging.RabbitMQ.dll
Syntax
public class DefaultExceptionStrategy : object, IFatalExceptionStrategy
Constructors
|
Edit this page
View Source
DefaultExceptionStrategy(ILogger)
Declaration
public DefaultExceptionStrategy(ILogger logger = null)
Parameters
Type |
Name |
Description |
ILogger |
logger |
|
Methods
|
Edit this page
View Source
IsFatal(Exception)
Declaration
public bool IsFatal(Exception exception)
Parameters
Type |
Name |
Description |
Exception |
exception |
|
Returns
Type |
Description |
System.Boolean |
|
|
Edit this page
View Source
IsUserCauseFatal(Exception)
Declaration
protected virtual bool IsUserCauseFatal(Exception cause)
Parameters
Type |
Name |
Description |
Exception |
cause |
|
Returns
Type |
Description |
System.Boolean |
|
Implements