DashboardReferenceInUserRoleScopeNotAllowedException Constructor (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 DashboardReferenceInUserRoleScopeNotAllowedException class using the specified user role identifier parameter.
Namespace: Microsoft.EnterpriseManagement.Common
Assembly: Microsoft.EnterpriseManagement.Core (in Microsoft.EnterpriseManagement.Core.dll)
Usage
'Usage
Dim userRoleId As Guid
Dim instance As New DashboardReferenceInUserRoleScopeNotAllowedException(userRoleId)
Syntax
'Declaration
Public Sub New ( _
userRoleId As Guid _
)
public DashboardReferenceInUserRoleScopeNotAllowedException (
Guid userRoleId
)
public:
DashboardReferenceInUserRoleScopeNotAllowedException (
Guid userRoleId
)
public DashboardReferenceInUserRoleScopeNotAllowedException (
Guid userRoleId
)
public function DashboardReferenceInUserRoleScopeNotAllowedException (
userRoleId : Guid
)
Parameters
- userRoleId
The GUID for the user role.
Platforms
Development Platforms
Windows Vista, Windows Server 2003, and
Target Platforms
Windows Server 2008,Windows Server 2003
See Also
Reference
DashboardReferenceInUserRoleScopeNotAllowedException Class
DashboardReferenceInUserRoleScopeNotAllowedException Members
Microsoft.EnterpriseManagement.Common Namespace