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