Sdílet prostřednictvím


InvalidDashboardReferenceInUserRoleScopeException 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 InvalidDashboardReferenceInUserRoleScopeException object 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 InvalidDashboardReferenceInUserRoleScopeException(userRoleId, dashboardReferenceId)

Syntax

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

Parameters

  • userRoleId
    The GUID for the user role.
  • dashboardReferenceId
    The GUID for the dashboard reference that is not valid for the user role.

Platforms

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms

Windows Server 2008,Windows Server 2003

See Also

Reference

InvalidDashboardReferenceInUserRoleScopeException Class
InvalidDashboardReferenceInUserRoleScopeException Members
Microsoft.EnterpriseManagement.Common Namespace