Partager via


ProfileOperationImplicitScopeNotAllowedException Constructor (Guid, Guid)

[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 ProfileOperationImplicitScopeNotAllowedException class using profile and operation identifier parameters.

Namespace: Microsoft.EnterpriseManagement.Common
Assembly: Microsoft.EnterpriseManagement.Core (in Microsoft.EnterpriseManagement.Core.dll)

Usage

'Usage
Dim pId As Guid
Dim oId As Guid

Dim instance As New ProfileOperationImplicitScopeNotAllowedException(pId, oId)

Syntax

'Declaration
Public Sub New ( _
    pId As Guid, _
    oId As Guid _
)
public ProfileOperationImplicitScopeNotAllowedException (
    Guid pId,
    Guid oId
)
public:
ProfileOperationImplicitScopeNotAllowedException (
    Guid pId, 
    Guid oId
)
public ProfileOperationImplicitScopeNotAllowedException (
    Guid pId, 
    Guid oId
)
public function ProfileOperationImplicitScopeNotAllowedException (
    pId : Guid, 
    oId : Guid
)

Parameters

  • pId
    The GUID for the profile.
  • oId
    The GUID for the operation.

Platforms

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms

Windows Server 2008,Windows Server 2003

See Also

Reference

ProfileOperationImplicitScopeNotAllowedException Class
ProfileOperationImplicitScopeNotAllowedException Members
Microsoft.EnterpriseManagement.Common Namespace