Assembly: Microsoft.EnterpriseManagement.Core (in microsoft.enterprisemanagement.core.dll)
Usage
Visual Basic |
---|
Dim ex As ObjectInUserRoleScopeAlreadyExistsException Dim instance As New MonitoringObjectInUserRoleScopeAlreadyExistsException(ex) |
Syntax
Visual Basic |
---|
Public Sub New ( _ ex As ObjectInUserRoleScopeAlreadyExistsException _ ) |
C# |
---|
public MonitoringObjectInUserRoleScopeAlreadyExistsException ( ObjectInUserRoleScopeAlreadyExistsException ex ) |
C++ |
---|
public: MonitoringObjectInUserRoleScopeAlreadyExistsException ( ObjectInUserRoleScopeAlreadyExistsException^ ex ) |
J# |
---|
public MonitoringObjectInUserRoleScopeAlreadyExistsException ( ObjectInUserRoleScopeAlreadyExistsException ex ) |
JScript |
---|
public function MonitoringObjectInUserRoleScopeAlreadyExistsException ( ex : ObjectInUserRoleScopeAlreadyExistsException ) |
Parameters
- ex