[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 ConsoleTaskInUserRoleScopeAlreadyExistsException class with reference to the user and console task. Namespace: Microsoft.EnterpriseManagement.Common
Assembly: Microsoft.EnterpriseManagement.Core (in microsoft.enterprisemanagement.core.dll)

Usage

Visual Basic
Dim userRoleId As Guid
Dim consoleTaskId As Guid

Dim instance As New ConsoleTaskInUserRoleScopeAlreadyExistsException(userRoleId, consoleTaskId)

Syntax

Visual Basic
Public Sub New ( _
		userRoleId As Guid, _
		consoleTaskId As Guid _
)
C#
public ConsoleTaskInUserRoleScopeAlreadyExistsException (
		Guid userRoleId,
		Guid consoleTaskId
)
C++
public:
ConsoleTaskInUserRoleScopeAlreadyExistsException (
		Guid userRoleId, 
		Guid consoleTaskId
)
J#
public ConsoleTaskInUserRoleScopeAlreadyExistsException (
		Guid userRoleId, 
		Guid consoleTaskId
)
JScript
public function ConsoleTaskInUserRoleScopeAlreadyExistsException (
		userRoleId : Guid, 
		consoleTaskId : Guid
)

Parameters

userRoleId

The user role identifier.

consoleTaskId

The console task identifier that already contains the user role.

Platforms

Development Platforms

Windows Server 2008, Windows Vista, Windows Server 2003, and Windows XP

Target Platforms

Windows Server 2008,Windows Server 2003

See Also