Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Initializes a new instance of the MonitoringObjectInUserRoleScopeAlreadyExistsException class by using the ObjectInUserRoleScopeAlreadyExistsException parameter as the source of the exception values.
Namespace: Microsoft.EnterpriseManagement.Common
Assembly: Microsoft.EnterpriseManagement.Core (in microsoft.enterprisemanagement.core.dll)
Usage
'Usage
Dim ex As ObjectInUserRoleScopeAlreadyExistsException
Dim instance As New MonitoringObjectInUserRoleScopeAlreadyExistsException(ex)
Syntax
'Declaration
Public Sub New ( _
    ex As ObjectInUserRoleScopeAlreadyExistsException _
)
public MonitoringObjectInUserRoleScopeAlreadyExistsException (
    ObjectInUserRoleScopeAlreadyExistsException ex
)
public:
MonitoringObjectInUserRoleScopeAlreadyExistsException (
    ObjectInUserRoleScopeAlreadyExistsException^ ex
)
public MonitoringObjectInUserRoleScopeAlreadyExistsException (
    ObjectInUserRoleScopeAlreadyExistsException ex
)
public function MonitoringObjectInUserRoleScopeAlreadyExistsException (
    ex : ObjectInUserRoleScopeAlreadyExistsException
)
Parameters
- ex
 The ObjectInUserRoleScopeAlreadyExistsException to copy values from.
Platforms
Development Platforms
Windows Vista, Windows Server 2003, and
Target Platforms
Windows Server 2008,Windows Server 2003
See Also
Reference
MonitoringObjectInUserRoleScopeAlreadyExistsException Class
MonitoringObjectInUserRoleScopeAlreadyExistsException Members
Microsoft.EnterpriseManagement.Common Namespace