CyclicDependencyException CLASS

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

All Members


TypeNameSignature
constructorCyclicDependencyExceptionpublic CyclicDependencyException(string)

Constructors


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

  • msg The message for this exception.