Class AbstractExceptionHandlerMethodResolver
Inheritance
System.Object
AbstractExceptionHandlerMethodResolver
Assembly: Steeltoe.Messaging.MessagingBase.dll
Syntax
public abstract class AbstractExceptionHandlerMethodResolver : object
Constructors
|
Edit this page
View Source
AbstractExceptionHandlerMethodResolver(IDictionary<Type, MethodInfo>)
Declaration
protected AbstractExceptionHandlerMethodResolver(IDictionary<Type, MethodInfo> mappedMethods)
Parameters
Type |
Name |
Description |
IDictionary<Type, MethodInfo> |
mappedMethods |
|
Properties
|
Edit this page
View Source
HasExceptionMappings
Declaration
public bool HasExceptionMappings { get; }
Property Value
Type |
Description |
System.Boolean |
|
Methods
|
Edit this page
View Source
GetExceptionsFromMethodSignature(MethodInfo)
Declaration
protected static List<Type> GetExceptionsFromMethodSignature(MethodInfo method)
Parameters
Type |
Name |
Description |
MethodInfo |
method |
|
Returns
Type |
Description |
List<Type> |
|
|
Edit this page
View Source
ResolveMethod(Exception)
Declaration
public MethodInfo ResolveMethod(Exception exception)
Parameters
Type |
Name |
Description |
Exception |
exception |
|
Returns
Type |
Description |
MethodInfo |
|
|
Edit this page
View Source
ResolveMethodByExceptionType(Type)
Declaration
public MethodInfo ResolveMethodByExceptionType(Type exceptionType)
Parameters
Type |
Name |
Description |
Type |
exceptionType |
|
Returns
Type |
Description |
MethodInfo |
|