LocationMonitoringObjectNotAvailableException Constructor (LocationObjectNotAvailableException)
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Initializes a new instance of the LocationMonitoringObjectNotAvailableException class by copying values from the specified LocationObjectNotAvailableException.
Namespace: Microsoft.EnterpriseManagement.Common
Assembly: Microsoft.EnterpriseManagement.Core (in Microsoft.EnterpriseManagement.Core.dll)
Usage
'Usage
Dim ex As LocationObjectNotAvailableException
Dim instance As New LocationMonitoringObjectNotAvailableException(ex)
Syntax
'Declaration
Public Sub New ( _
ex As LocationObjectNotAvailableException _
)
public LocationMonitoringObjectNotAvailableException (
LocationObjectNotAvailableException ex
)
public:
LocationMonitoringObjectNotAvailableException (
LocationObjectNotAvailableException^ ex
)
public LocationMonitoringObjectNotAvailableException (
LocationObjectNotAvailableException ex
)
public function LocationMonitoringObjectNotAvailableException (
ex : LocationObjectNotAvailableException
)
Parameters
- ex
The LocationObjectNotAvailableException to copy values from.
Platforms
Development Platforms
Windows Vista, Windows Server 2003, and
Target Platforms
Windows Server 2008,Windows Server 2003
See Also
Reference
LocationMonitoringObjectNotAvailableException Class
LocationMonitoringObjectNotAvailableException Members
Microsoft.EnterpriseManagement.Common Namespace