Share via


ProfileOperationImplicitScopeAlreadyExistsException Class

Definition

Represents the exception that is thrown when the profile operation scopes already exist with the same broader rights.

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

Constructors

ProfileOperationImplicitScopeAlreadyExistsException()

Initializes a new instance of the ProfileOperationImplicitScopeAlreadyExistsException class.

ProfileOperationImplicitScopeAlreadyExistsException(Exception)

Initializes a new instance of the ProfileOperationImplicitScopeAlreadyExistsException class using a reference to the inner exception that is the cause of this exception.

ProfileOperationImplicitScopeAlreadyExistsException(Guid, Guid, Guid, Guid, Guid, Byte, Guid, Guid, Guid, Byte)

Initializes a new instance of the ProfileOperationImplicitScopeAlreadyExistsException class with the specified profile ID, operation ID, existing scope type ID, existing scope property ID, existing scope relationship type ID, existing scope relationship end point, new scope type ID, new scope property ID, new scope relationship type ID, and new scope relationship end point parameters.

ProfileOperationImplicitScopeAlreadyExistsException(SerializationInfo, StreamingContext)

Initializes a new instance of the ProfileOperationImplicitScopeAlreadyExistsException class using serialized data.

ProfileOperationImplicitScopeAlreadyExistsException(String)

Initializes a new instance of the ProfileOperationImplicitScopeAlreadyExistsException class using the specified error message.

ProfileOperationImplicitScopeAlreadyExistsException(String, Exception)

Initializes a new instance of the ProfileOperationImplicitScopeAlreadyExistsException class using the specified message and a reference to the inner exception that is the cause of this exception.

Properties

ExistingScopePropertyId

Gets the existing scope property identifier.

ExistingScopeRelationshipEndpoint

Gets the existing scope relationship endpoint.

ExistingScopeRelationshipTypeId

Gets the existing scope relationship type identifier.

ExistingScopeTypeId

Gets the existing scope type identifier.

NewScopePropertyId

Gets the new scope property identifier.

NewScopeRelationshipEndpoint

Gets the new scope relationship endpoint.

NewScopeRelationshipTypeId

Gets the new scope relationship type identifier.

NewScopeTypeId

Gets the new scope type identifier.

OperationId

Gets the operation identifier.

ProfileId

Gets the profile identifier.

Methods

GetObjectData(SerializationInfo, StreamingContext)

Sets the SerializationInfo object with information about the exception.

Applies to