Compartilhar via


LocationMonitoringObjectNotAvailableException Constructor (Guid, String)

Initializes a new LocationMonitoringObjectNotAvailableException object.

Namespace: Microsoft.EnterpriseManagement.Common
Assembly: Microsoft.EnterpriseManagement.Core (in microsoft.enterprisemanagement.core.dll)

Usage

'Usage
Dim locationMonitoringObjectId As Guid
Dim message As String

Dim instance As New LocationMonitoringObjectNotAvailableException(locationMonitoringObjectId, message)

Syntax

'Declaration
Public Sub New ( _
    locationMonitoringObjectId As Guid, _
    message As String _
)
public LocationMonitoringObjectNotAvailableException (
    Guid locationMonitoringObjectId,
    string message
)
public:
LocationMonitoringObjectNotAvailableException (
    Guid locationMonitoringObjectId, 
    String^ message
)
public LocationMonitoringObjectNotAvailableException (
    Guid locationMonitoringObjectId, 
    String message
)
public function LocationMonitoringObjectNotAvailableException (
    locationMonitoringObjectId : Guid, 
    message : String
)

Parameters

  • locationMonitoringObjectId
    The globally unique identifier (GUID) for the location monitoring object for the operation.
  • message
    The error message that describes the current exception.

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