Share via


DeleteSystemProfileOperationImplicitScopeNotAllowedException Class

Definition

Represents the exception that is thrown when you cannot delete system profile operation scopes.

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

Constructors

DeleteSystemProfileOperationImplicitScopeNotAllowedException()

Initializes a new instance of the DeleteSystemProfileOperationImplicitScopeNotAllowedException class.

DeleteSystemProfileOperationImplicitScopeNotAllowedException(Exception)

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

DeleteSystemProfileOperationImplicitScopeNotAllowedException(Guid, Guid, Guid, Guid, Guid, Byte)

Initializes a new instance of the DeleteSystemProfileOperationImplicitScopeNotAllowedException class using the specified profile id, operation id, type id, property id, relationship type id, and relationship endpoint parameters.

DeleteSystemProfileOperationImplicitScopeNotAllowedException(SerializationInfo, StreamingContext)

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

DeleteSystemProfileOperationImplicitScopeNotAllowedException(String)

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

DeleteSystemProfileOperationImplicitScopeNotAllowedException(String, Exception)

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

Properties

OperationId

Gets the operation identifier.

ProfileId

Gets the profile identifier.

PropertyId

Gets the property identifier.

RelationshipEndpoint

Gets the relationship endpoint.

RelationshipTypeId

Gets the relationship type identifier.

TypeId

Gets the type identifier.

Methods

GetObjectData(SerializationInfo, StreamingContext)

Sets the SerializationInfo object with information about the exception.

Applies to