LocationMonitoringObjectNotManagedException Constructor (LocationObjectNotManagedException)
Initializes a new instance of the LocationMonitoringObjectNotManagedException class by copying values from the specified exception.
Namespace: Microsoft.EnterpriseManagement.Common
Assembly: Microsoft.EnterpriseManagement.Core (in microsoft.enterprisemanagement.core.dll)
Usage
'Usage
Dim ex As LocationObjectNotManagedException
Dim instance As New LocationMonitoringObjectNotManagedException(ex)
Syntax
'Declaration
Public Sub New ( _
ex As LocationObjectNotManagedException _
)
public LocationMonitoringObjectNotManagedException (
LocationObjectNotManagedException ex
)
public:
LocationMonitoringObjectNotManagedException (
LocationObjectNotManagedException^ ex
)
public LocationMonitoringObjectNotManagedException (
LocationObjectNotManagedException ex
)
public function LocationMonitoringObjectNotManagedException (
ex : LocationObjectNotManagedException
)
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
LocationMonitoringObjectNotManagedException Class
LocationMonitoringObjectNotManagedException Members
Microsoft.EnterpriseManagement.Common Namespace