CyclicDependencyException Constructor
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Initializes a new instance of the CyclicDependencyException class.
Overload List
Name | Description |
---|---|
CyclicDependencyException () | Initializes a new instance of the CyclicDependencyException class. |
CyclicDependencyException (Exception) | Initializes a new instance of the CyclicDependencyException class together with a reference to the inner exception that is the cause of this exception. |
CyclicDependencyException (SerializationInfo, StreamingContext) | Initializes a new instance of the CyclicDependencyException class together with serialized data. |
CyclicDependencyException (String) | Initializes a new instance of the CyclicDependencyException class together with a specified error message. |
CyclicDependencyException (String, Exception) | Initializes a new instance of the CyclicDependencyException class together with a specified message and a reference to the inner exception that is the cause of this exception. |
See Also
Reference
CyclicDependencyException Class
CyclicDependencyException Members
Microsoft.EnterpriseManagement.Common Namespace