Constructor KeyTypeConversionException
- Namespace
- Autofac.Extensions.DependencyInjection
- Assembly
- Autofac.Extensions.DependencyInjection.dll
KeyTypeConversionException(Type, Type)
public KeyTypeConversionException(Type resolutionKeyType, Type attributeKeyType)
Parameters
KeyTypeConversionException(Type, Type, string)
public KeyTypeConversionException(Type resolutionKeyType, Type attributeKeyType, string message)
Parameters
KeyTypeConversionException(Type, Type, Exception?)
public KeyTypeConversionException(Type resolutionKeyType, Type attributeKeyType, Exception? innerException)
Parameters
KeyTypeConversionException(Type, Type, string, Exception?)
public KeyTypeConversionException(Type resolutionKeyType, Type attributeKeyType, string message, Exception? innerException)