Table of Contents

Constructor DependencyResolutionException

Namespace
Autofac.Core
Assembly
Autofac.dll

DependencyResolutionException(string)

public DependencyResolutionException(string message)

Parameters

message string

DependencyResolutionException(string, Exception?)

public DependencyResolutionException(string message, Exception? innerException)

Parameters

message string
innerException Exception