Class CircularDependencyException
Exception to use two registered IInitializablePackage depend on the other.
Implements
Inherited Members
Namespace: Unity.Services.Core.Internal
Assembly: Unity.Services.Core.Internal.dll
Syntax
public class CircularDependencyException : ServicesInitializationException, ISerializable
Constructors
CircularDependencyException()
Initialize a new instance of the ServicesInitializationException class.
Declaration
public CircularDependencyException()
CircularDependencyException(string)
Initialize a new instance of the ServicesInitializationException class with a specified error message.
Declaration
public CircularDependencyException(string message)
Parameters
Type | Name | Description |
---|---|---|
string | message | The error message that explains the reason for the exception. |