Share via


ProfileOperationImplicitScopeNotAllowedException Class

Definition

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

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

Constructors

ProfileOperationImplicitScopeNotAllowedException()

Initializes a new instance of the ProfileOperationImplicitScopeNotAllowedException class.

ProfileOperationImplicitScopeNotAllowedException(Exception)

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

ProfileOperationImplicitScopeNotAllowedException(Guid, Guid)

Initializes a new instance of the ProfileOperationImplicitScopeNotAllowedException class using profile and operation identifier parameters.

ProfileOperationImplicitScopeNotAllowedException(SerializationInfo, StreamingContext)

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

ProfileOperationImplicitScopeNotAllowedException(String)

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

ProfileOperationImplicitScopeNotAllowedException(String, Exception)

Initializes a new instance of the ProfileOperationImplicitScopeNotAllowedException class using the specified 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.

Methods

GetObjectData(SerializationInfo, StreamingContext)

Sets the SerializationInfo object with information about the exception.

Applies to