LocationMonitoringObjectNotManagedException Constructor (String)
Initializes a new LocationMonitoringObjectNotManagedException object by specifying the error message that describes the current exception.
Namespace: Microsoft.EnterpriseManagement.Common
Assembly: Microsoft.EnterpriseManagement.OperationsManager.Common (in microsoft.enterprisemanagement.operationsmanager.common.dll)
'Usage
Dim message As String
Dim instance As New LocationMonitoringObjectNotManagedException(message)
'Declaration
Public Sub New ( _
message As String _
)
public LocationMonitoringObjectNotManagedException (
string message
)
public:
LocationMonitoringObjectNotManagedException (
String^ message
)
public LocationMonitoringObjectNotManagedException (
String message
)
public function LocationMonitoringObjectNotManagedException (
message : String
)
- message
The error message that describes the current exception.
Windows Server 2008, Windows Vista, Windows Server 2003, and Windows XP
Windows Server 2008,Windows Server 2003,Windows Vista,Windows XP
LocationMonitoringObjectNotManagedException Class
LocationMonitoringObjectNotManagedException Members
Microsoft.EnterpriseManagement.Common Namespace