Assembly: Microsoft.EnterpriseManagement.Core (in microsoft.enterprisemanagement.core.dll)
Usage
Visual Basic |
---|
Dim instance As MonitoringViewInUserRoleScopeNotAllowedException |
Syntax
Visual Basic |
---|
<SerializableAttribute> _ <ObsoleteAttribute("Use ViewInUserRoleScopeNotAllowedException")> _ Public Class MonitoringViewInUserRoleScopeNotAllowedException Inherits EnterpriseManagementException |
C# |
---|
[SerializableAttribute] [ObsoleteAttribute("Use ViewInUserRoleScopeNotAllowedException")] public class MonitoringViewInUserRoleScopeNotAllowedException : EnterpriseManagementException |
C++ |
---|
[SerializableAttribute] [ObsoleteAttribute(L"Use ViewInUserRoleScopeNotAllowedException")] public ref class MonitoringViewInUserRoleScopeNotAllowedException : public EnterpriseManagementException |
J# |
---|
/** @attribute SerializableAttribute() */ /** @attribute ObsoleteAttribute("Use ViewInUserRoleScopeNotAllowedException") */ public class MonitoringViewInUserRoleScopeNotAllowedException extends EnterpriseManagementException |
JScript |
---|
SerializableAttribute ObsoleteAttribute("Use ViewInUserRoleScopeNotAllowedException") public class MonitoringViewInUserRoleScopeNotAllowedException extends EnterpriseManagementException |
Inheritance Hierarchy
System.Object
System.Exception
Microsoft.EnterpriseManagement.Common.MonitoringException
Microsoft.EnterpriseManagement.Common.EnterpriseManagementException
Microsoft.EnterpriseManagement.Common.MonitoringViewInUserRoleScopeNotAllowedException
Microsoft.EnterpriseManagement.Common.ViewInUserRoleScopeNotAllowedException
System.Exception
Microsoft.EnterpriseManagement.Common.MonitoringException
Microsoft.EnterpriseManagement.Common.EnterpriseManagementException
Microsoft.EnterpriseManagement.Common.MonitoringViewInUserRoleScopeNotAllowedException
Microsoft.EnterpriseManagement.Common.ViewInUserRoleScopeNotAllowedException
Thread Safety
Any public static (Shared in Visual
Basic) members of this type are thread safe. Any instance members
are not guaranteed to be thread safe.