SetExceptionHandler(IConfigurator, Func<Exception, ITypeResolver, int>) Method

Sets the ExceptionsHandler.
public static IConfigurator SetExceptionHandler(this IConfigurator configurator, Func<Exception, ITypeResolver, int> exceptionHandler)
Containing Type
ConfiguratorExtensions

Parameters

IConfigurator configurator
The configurator.
Func<Exception, ITypeResolver, int> exceptionHandler
The Action that handles the exception.

Returns