Share via


TaskInUserRoleScopeAlreadyExistsException Constructor (Guid, Guid)

Initializes a new instance of the TaskInUserRoleScopeAlreadyExistsException class using the specified user role identifier and task identifier parameters.

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

Usage

'Usage
Dim userRoleId As Guid
Dim taskId As Guid

Dim instance As New TaskInUserRoleScopeAlreadyExistsException(userRoleId, taskId)

Syntax

'Declaration
Public Sub New ( _
    userRoleId As Guid, _
    taskId As Guid _
)
public TaskInUserRoleScopeAlreadyExistsException (
    Guid userRoleId,
    Guid taskId
)
public:
TaskInUserRoleScopeAlreadyExistsException (
    Guid userRoleId, 
    Guid taskId
)
public TaskInUserRoleScopeAlreadyExistsException (
    Guid userRoleId, 
    Guid taskId
)
public function TaskInUserRoleScopeAlreadyExistsException (
    userRoleId : Guid, 
    taskId : Guid
)

Parameters

  • userRoleId
    The GUID for the user role.
  • taskId
    The GUID for the duplicated task.

Platforms

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms

Windows Server 2008,Windows Server 2003

See Also

Reference

TaskInUserRoleScopeAlreadyExistsException Class
TaskInUserRoleScopeAlreadyExistsException Members
Microsoft.EnterpriseManagement.Common Namespace