Share via


CyclicDependencyException Class

Definition

Represents the exception that is thrown when a cyclic dependency is found in management pack references.

public ref class CyclicDependencyException : Microsoft::EnterpriseManagement::Common::EnterpriseManagementException
[System.Serializable]
public class CyclicDependencyException : Microsoft.EnterpriseManagement.Common.EnterpriseManagementException
type CyclicDependencyException = class
    inherit EnterpriseManagementException
Public Class CyclicDependencyException
Inherits EnterpriseManagementException
Inheritance
Attributes

Constructors

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.

Applies to