다음을 통해 공유


ConsoleTaskInUserRoleScopeAlreadyExistsException 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 ConsoleTaskInUserRoleScopeAlreadyExistsException class with reference to the user and console task.

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

Usage

'Usage
Dim userRoleId As Guid
Dim consoleTaskId As Guid

Dim instance As New ConsoleTaskInUserRoleScopeAlreadyExistsException(userRoleId, consoleTaskId)

Syntax

'Declaration
Public Sub New ( _
    userRoleId As Guid, _
    consoleTaskId As Guid _
)
public ConsoleTaskInUserRoleScopeAlreadyExistsException (
    Guid userRoleId,
    Guid consoleTaskId
)
public:
ConsoleTaskInUserRoleScopeAlreadyExistsException (
    Guid userRoleId, 
    Guid consoleTaskId
)
public ConsoleTaskInUserRoleScopeAlreadyExistsException (
    Guid userRoleId, 
    Guid consoleTaskId
)
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 Vista, Windows Server 2003, and

Target Platforms

Windows Server 2008,Windows Server 2003

See Also

Reference

ConsoleTaskInUserRoleScopeAlreadyExistsException Class
ConsoleTaskInUserRoleScopeAlreadyExistsException Members
Microsoft.EnterpriseManagement.Common Namespace