InvalidCastException

It is thrown when a factory detects that fetched object from DI container cannot be casted to required interface/class that should be passed to newly constructed object.

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