CircularReferenceException

Exception denoting a circular dependency in DI container.

Exception denoting a circular dependency in DI container. It is thrown when a DI gets an InProgressException, or it detected a circular dependency in other way.

Constructors

this
this(string msg, string file, size_t line, Throwable next)
Undocumented in source.
this
this(string msg, Throwable next, string file, size_t line)
Undocumented in source.

Meta