MonitoringViewInUserRoleScopeAlreadyExistsException Constructor (ViewInUserRoleScopeAlreadyExistsException)
[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 MonitoringViewInUserRoleScopeAlreadyExistsException class by copying values from the specified ViewInUserRoleScopeAlreadyExistsException parameter.
Namespace: Microsoft.EnterpriseManagement.Common
Assembly: Microsoft.EnterpriseManagement.Core (in Microsoft.EnterpriseManagement.Core.dll)
Usage
'Usage
Dim ex As ViewInUserRoleScopeAlreadyExistsException
Dim instance As New MonitoringViewInUserRoleScopeAlreadyExistsException(ex)
Syntax
'Declaration
Public Sub New ( _
ex As ViewInUserRoleScopeAlreadyExistsException _
)
public MonitoringViewInUserRoleScopeAlreadyExistsException (
ViewInUserRoleScopeAlreadyExistsException ex
)
public:
MonitoringViewInUserRoleScopeAlreadyExistsException (
ViewInUserRoleScopeAlreadyExistsException^ ex
)
public MonitoringViewInUserRoleScopeAlreadyExistsException (
ViewInUserRoleScopeAlreadyExistsException ex
)
public function MonitoringViewInUserRoleScopeAlreadyExistsException (
ex : ViewInUserRoleScopeAlreadyExistsException
)
Parameters
- ex
The ViewInUserRoleScopeAlreadyExistsException to copy.
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