Compartilhar via


DashboardReferenceInUserRoleScopeAlreadyExistsException 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 DashboardReferenceInUserRoleScopeAlreadyExistsException class using the specified user role and dashboard reference identifier parameters.

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

Usage

'Usage
Dim userRoleId As Guid
Dim dashboardReferenceId As Guid

Dim instance As New DashboardReferenceInUserRoleScopeAlreadyExistsException(userRoleId, dashboardReferenceId)

Syntax

'Declaration
Public Sub New ( _
    userRoleId As Guid, _
    dashboardReferenceId As Guid _
)
public DashboardReferenceInUserRoleScopeAlreadyExistsException (
    Guid userRoleId,
    Guid dashboardReferenceId
)
public:
DashboardReferenceInUserRoleScopeAlreadyExistsException (
    Guid userRoleId, 
    Guid dashboardReferenceId
)
public DashboardReferenceInUserRoleScopeAlreadyExistsException (
    Guid userRoleId, 
    Guid dashboardReferenceId
)
public function DashboardReferenceInUserRoleScopeAlreadyExistsException (
    userRoleId : Guid, 
    dashboardReferenceId : Guid
)

Parameters

  • userRoleId
    The GUID for the user role.
  • dashboardReferenceId
    The GUID for the dashboard reference.

Platforms

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms

Windows Server 2008,Windows Server 2003

See Also

Reference

DashboardReferenceInUserRoleScopeAlreadyExistsException Class
DashboardReferenceInUserRoleScopeAlreadyExistsException Members
Microsoft.EnterpriseManagement.Common Namespace