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