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