Share via


ObjectInUserRoleScopeAlreadyExistsException Class

Definition

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

public ref class ObjectInUserRoleScopeAlreadyExistsException : Microsoft::EnterpriseManagement::Common::MonitoringObjectInUserRoleScopeAlreadyExistsException
[System.Serializable]
public class ObjectInUserRoleScopeAlreadyExistsException : Microsoft.EnterpriseManagement.Common.MonitoringObjectInUserRoleScopeAlreadyExistsException
type ObjectInUserRoleScopeAlreadyExistsException = class
    inherit MonitoringObjectInUserRoleScopeAlreadyExistsException
Public Class ObjectInUserRoleScopeAlreadyExistsException
Inherits MonitoringObjectInUserRoleScopeAlreadyExistsException
Inheritance
Attributes

Constructors

ObjectInUserRoleScopeAlreadyExistsException()

Initializes a new instance of the ObjectInUserRoleScopeAlreadyExistsException class.

ObjectInUserRoleScopeAlreadyExistsException(Exception)

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

ObjectInUserRoleScopeAlreadyExistsException(Guid, Guid)

Initializes a new instance of the ObjectInUserRoleScopeAlreadyExistsException class using the specified user role and object identifier parameters.

ObjectInUserRoleScopeAlreadyExistsException(SerializationInfo, StreamingContext)

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

ObjectInUserRoleScopeAlreadyExistsException(String)

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

ObjectInUserRoleScopeAlreadyExistsException(String, Exception)

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

Properties

MonitoringObjectId
Obsolete.

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

(Inherited from MonitoringObjectInUserRoleScopeAlreadyExistsException)
ObjectId

Gets the monitoring object identifier.

(Inherited from MonitoringObjectInUserRoleScopeAlreadyExistsException)
UserRoleId

Gets the User Role identifier.

(Inherited from MonitoringObjectInUserRoleScopeAlreadyExistsException)

Methods

GetObjectData(SerializationInfo, StreamingContext)

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

(Inherited from MonitoringObjectInUserRoleScopeAlreadyExistsException)

Applies to