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
Dim userRoleId As Guid
Dim classId As Guid
Dim instance As New ClassInUserRoleScopeAlreadyExistsException(userRoleId, classId)
'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
)
- userRoleId
The unique identifier of the user role.
- classId
The unique identifier of the class.
Windows Vista, Windows Server 2003, and
Windows Server 2008,Windows Server 2003
ClassInUserRoleScopeAlreadyExistsException Class
ClassInUserRoleScopeAlreadyExistsException Members
Microsoft.EnterpriseManagement.Common Namespace