Class CircularDependencyException
Exception to use two registered IInitializablePackage depend on the other.
Inherited Members
Namespace: Unity.Services.Core.Internal
Syntax
public class CircularDependencyException : ServicesInitializationException, ISerializable, _Exception
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. |