Type definitions form a cyclic dependency with each other. This happens when the inheritance order of involved types contains cyclic references. Only by having types use others as member type (including parameter and return type) won't cause this exception. This exception will cause module loading to fail.
Parent Class
Type | Name | Signature |
---|---|---|
constructor | CyclicDependencyException | public CyclicDependencyException(string) |
public CyclicDependencyException(string msg)
Create a new instance of new CyclicDependencyException with given message. While entirely legal, it's not recommended for a user to create such instances.
Parameters