DiscoveryDataAbstractMonitoringClassIdNotAllowedException Constructor (DiscoveryDataAbstractClassIdNotAllowedException)
Initializes a new instance of the DiscoveryDataAbstractMonitoringClassIdNotAllowedException class by copying the values from the specified DiscoveryDataAbstractClassIdNotAllowedException exception.
Namespace: Microsoft.EnterpriseManagement.Common
Assembly: Microsoft.EnterpriseManagement.Core (in microsoft.enterprisemanagement.core.dll)
Usage
'Usage
Dim ex As DiscoveryDataAbstractClassIdNotAllowedException
Dim instance As New DiscoveryDataAbstractMonitoringClassIdNotAllowedException(ex)
Syntax
'Declaration
Public Sub New ( _
ex As DiscoveryDataAbstractClassIdNotAllowedException _
)
public DiscoveryDataAbstractMonitoringClassIdNotAllowedException (
DiscoveryDataAbstractClassIdNotAllowedException ex
)
public:
DiscoveryDataAbstractMonitoringClassIdNotAllowedException (
DiscoveryDataAbstractClassIdNotAllowedException^ ex
)
public DiscoveryDataAbstractMonitoringClassIdNotAllowedException (
DiscoveryDataAbstractClassIdNotAllowedException ex
)
public function DiscoveryDataAbstractMonitoringClassIdNotAllowedException (
ex : DiscoveryDataAbstractClassIdNotAllowedException
)
Parameters
- ex
The exception to copy values from.
Platforms
Development Platforms
Windows Vista, Windows Server 2003, and
Target Platforms
Windows Server 2008,Windows Server 2003
See Also
Reference
DiscoveryDataAbstractMonitoringClassIdNotAllowedException Class
DiscoveryDataAbstractMonitoringClassIdNotAllowedException Members
Microsoft.EnterpriseManagement.Common Namespace