Share via


MonitoringObjectInUserRoleScopeAlreadyExistsException Class

Definition

Caution

Use ObjectInUserRoleScopeAlreadyExistsException

Represents the exception that is thrown because a monitoring object already exists in the user role scope. Check for duplicate assignments.

public ref class MonitoringObjectInUserRoleScopeAlreadyExistsException : Microsoft::EnterpriseManagement::Common::EnterpriseManagementException
[System.Obsolete("Use ObjectInUserRoleScopeAlreadyExistsException")]
[System.Serializable]
public class MonitoringObjectInUserRoleScopeAlreadyExistsException : Microsoft.EnterpriseManagement.Common.EnterpriseManagementException
type MonitoringObjectInUserRoleScopeAlreadyExistsException = class
    inherit EnterpriseManagementException
Public Class MonitoringObjectInUserRoleScopeAlreadyExistsException
Inherits EnterpriseManagementException
Inheritance
MonitoringObjectInUserRoleScopeAlreadyExistsException
Derived
Attributes

Constructors

MonitoringObjectInUserRoleScopeAlreadyExistsException()

Initializes a new MonitoringObjectInUserRoleScopeAlreadyExistsException object.

MonitoringObjectInUserRoleScopeAlreadyExistsException(Exception)

Initializes a new MonitoringObjectInUserRoleScopeAlreadyExistsException object by specifying an inner exception that caused the current exception.

MonitoringObjectInUserRoleScopeAlreadyExistsException(Guid, Guid)

Initializes a new MonitoringObjectInUserRoleScopeAlreadyExistsException object with monitoring object and user role identifiers.

MonitoringObjectInUserRoleScopeAlreadyExistsException(ObjectInUserRoleScopeAlreadyExistsException)

Initializes a new instance of the MonitoringObjectInUserRoleScopeAlreadyExistsException class by using the ObjectInUserRoleScopeAlreadyExistsException parameter as the source of the exception values.

MonitoringObjectInUserRoleScopeAlreadyExistsException(SerializationInfo, StreamingContext)

Initializes a new MonitoringObjectInUserRoleScopeAlreadyExistsException object with serialized data.

MonitoringObjectInUserRoleScopeAlreadyExistsException(String)

Initializes a new MonitoringObjectInUserRoleScopeAlreadyExistsException object by specifying the error message that describes the current exception.

MonitoringObjectInUserRoleScopeAlreadyExistsException(String, Exception)

Initializes a new MonitoringObjectInUserRoleScopeAlreadyExistsException object with an error message and inner exception.

Properties

MonitoringObjectId
Obsolete.

Gets a globally unique identifier (GUID) for the monitoring object that already exists in the user role scope.

ObjectId

Gets the monitoring object identifier.

UserRoleId

Gets the User Role identifier.

Methods

GetObjectData(SerializationInfo, StreamingContext)

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

Applies to