LocationObjectNotManagedException Class

Definition

Represents the exception that is thrown because a location object instance is not managed.

public ref class LocationObjectNotManagedException : Microsoft::EnterpriseManagement::Common::LocationMonitoringObjectNotManagedException
[System.Runtime.Serialization.KnownType("KnownTypes")]
[System.Serializable]
public class LocationObjectNotManagedException : Microsoft.EnterpriseManagement.Common.LocationMonitoringObjectNotManagedException
type LocationObjectNotManagedException = class
    inherit LocationMonitoringObjectNotManagedException
Public Class LocationObjectNotManagedException
Inherits LocationMonitoringObjectNotManagedException
Inheritance
Attributes

Constructors

LocationObjectNotManagedException()

Initializes a new instance of the LocationObjectNotManagedException class.

LocationObjectNotManagedException(Exception)

Initializes a new instance of the LocationObjectNotManagedException class using a reference to the inner exception that is the cause of this exception.

LocationObjectNotManagedException(Guid, String)

Initializes a new instance of the LocationObjectNotManagedException class using the specified parameters.

LocationObjectNotManagedException(SerializationInfo, StreamingContext)

Initializes a new instance of the LocationObjectNotManagedException class using serialized data.

LocationObjectNotManagedException(String)

Initializes a new instance of the LocationObjectNotManagedException class using the specified error message.

LocationObjectNotManagedException(String, Exception)

Initializes a new instance of the LocationObjectNotManagedException class using the specified message and a reference to the inner exception that is the cause of this exception.

Properties

LocationMonitoringObjectId
Obsolete.

Gets the identifier for the location monitoring object for the operation.

(Inherited from LocationMonitoringObjectNotManagedException)
LocationObjectId

Gets the identifier for the location Object that caused the exception.

(Inherited from LocationMonitoringObjectNotManagedException)

Methods

GetObjectData(SerializationInfo, StreamingContext)

Sets the parameters required to serialize this instance of the LocationMonitoringObjectNotManagedException class.

(Inherited from LocationMonitoringObjectNotManagedException)

Applies to