Interface IExceptionFilter
- Namespace
 - MassTransit
 
- Assembly
 - MassTransit.Abstractions.dll
 
Filter exceptions for policies that act based on an exception
public interface IExceptionFilter : IProbeSite
  - Inherited Members
 
Methods
Match(Exception)
Returns true if the exception matches the filter and the policy should be applied to the exception.
bool Match(Exception exception)
  Parameters
exceptionExceptionThe exception
Returns
- bool
 True if the exception matches the filter, otherwise false.