MonitoringViewInUserRoleScopeAlreadyExistsException 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 MonitoringViewInUserRoleScopeAlreadyExistsException object with monitoring View and User Role identifiers.
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 MonitoringViewInUserRoleScopeAlreadyExistsException(userRoleId, viewId)
Syntax
'Declaration
Public Sub New ( _
userRoleId As Guid, _
viewId As Guid _
)
public MonitoringViewInUserRoleScopeAlreadyExistsException (
Guid userRoleId,
Guid viewId
)
public:
MonitoringViewInUserRoleScopeAlreadyExistsException (
Guid userRoleId,
Guid viewId
)
public MonitoringViewInUserRoleScopeAlreadyExistsException (
Guid userRoleId,
Guid viewId
)
public function MonitoringViewInUserRoleScopeAlreadyExistsException (
userRoleId : Guid,
viewId : Guid
)
Parameters
- userRoleId
A GUID for the user role that the monitoring view already occurs in.
- viewId
A GUID for the monitoring view that already occurs 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
MonitoringViewInUserRoleScopeAlreadyExistsException Class
MonitoringViewInUserRoleScopeAlreadyExistsException Members
Microsoft.EnterpriseManagement.Common Namespace