ViewInUserRoleScopeAlreadyExistsException Constructor (Guid, Guid)
Initializes a new instance of the ViewInUserRoleScopeAlreadyExistsException class with the specified parameters.
Namespace: Microsoft.EnterpriseManagement.Common
Assembly: Microsoft.EnterpriseManagement.Core (in microsoft.enterprisemanagement.core.dll)
Usage
'Usage
Dim userRoleId As Guid
Dim viewId As Guid
Dim instance As New ViewInUserRoleScopeAlreadyExistsException(userRoleId, viewId)
Syntax
'Declaration
Public Sub New ( _
userRoleId As Guid, _
viewId As Guid _
)
public ViewInUserRoleScopeAlreadyExistsException (
Guid userRoleId,
Guid viewId
)
public:
ViewInUserRoleScopeAlreadyExistsException (
Guid userRoleId,
Guid viewId
)
public ViewInUserRoleScopeAlreadyExistsException (
Guid userRoleId,
Guid viewId
)
public function ViewInUserRoleScopeAlreadyExistsException (
userRoleId : Guid,
viewId : Guid
)
Parameters
- userRoleId
The user role unique identifier.
- viewId
The unique identifier for the view that already exists in the user role scope.
Platforms
Development Platforms
Windows Vista, Windows Server 2003, and
Target Platforms
Windows Server 2008,Windows Server 2003
See Also
Reference
ViewInUserRoleScopeAlreadyExistsException Class
ViewInUserRoleScopeAlreadyExistsException Members
Microsoft.EnterpriseManagement.Common Namespace