MonitoringObjectInUserRoleScopeAlreadyExistsException Constructor (ObjectInUserRoleScopeAlreadyExistsException)
[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 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