Init(args)
Scripting Reference
Loading...
Searching...
No Matches
Sisus.Init.CircularDependenciesException Class Referencesealed

Description

The exception that is thrown when creating a service object requires another service object to exist, but to creating that other service object also requires the prior service object to exist, thus making it impossible to create neither service object.

Inheritance diagram for Sisus.Init.CircularDependenciesException:
Sisus.Init.ServiceInitFailedException Sisus.Init.InitArgsException

Additional Inherited Members

- Protected Member Functions inherited from Sisus.Init.ServiceInitFailedException
 ServiceInitFailedException (ServiceInfo serviceInfo, ServiceInitFailReason reason, string message, Exception exception=null)
 Initializes a new instance of the ServiceInitFailedException class.