Share via


ClassInUserRoleScopeAlreadyExistsException Constructor (Guid, Guid)

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Creates a new instance of the ClassInUserRoleScopeAlreadyExistsException class with reference to the user role that already exists and the monitoring class that already contains it.

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

Usage

'Usage
Dim userRoleId As Guid
Dim classId As Guid

Dim instance As New ClassInUserRoleScopeAlreadyExistsException(userRoleId, classId)

Syntax

'Declaration
Public Sub New ( _
    userRoleId As Guid, _
    classId As Guid _
)
public ClassInUserRoleScopeAlreadyExistsException (
    Guid userRoleId,
    Guid classId
)
public:
ClassInUserRoleScopeAlreadyExistsException (
    Guid userRoleId, 
    Guid classId
)
public ClassInUserRoleScopeAlreadyExistsException (
    Guid userRoleId, 
    Guid classId
)
public function ClassInUserRoleScopeAlreadyExistsException (
    userRoleId : Guid, 
    classId : Guid
)

Parameters

  • userRoleId
    The unique identifier of the user role.
  • classId
    The unique identifier of the class.

Platforms

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms

Windows Server 2008,Windows Server 2003

See Also

Reference

ClassInUserRoleScopeAlreadyExistsException Class
ClassInUserRoleScopeAlreadyExistsException Members
Microsoft.EnterpriseManagement.Common Namespace