Share via


MonitoringClassInUserRoleScopeAlreadyExistsException Class

Definition

Caution

Use ClassInUserRoleScopeAlreadyExistsException

Represents the exception that is thrown because a monitoring Class already occurs in the User Role scope. Check for duplicate assignments.

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

Constructors

MonitoringClassInUserRoleScopeAlreadyExistsException()

Initializes a new MonitoringClassInUserRoleScopeAlreadyExistsException object.

MonitoringClassInUserRoleScopeAlreadyExistsException(ClassInUserRoleScopeAlreadyExistsException)

Initializes a new instance of the MonitoringClassInUserRoleScopeAlreadyExistsException class by copying values from the specified exception.

MonitoringClassInUserRoleScopeAlreadyExistsException(Exception)

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

MonitoringClassInUserRoleScopeAlreadyExistsException(Guid, Guid)

Initializes a new MonitoringClassInUserRoleScopeAlreadyExistsException object with monitoring Class and User Role identifiers.

MonitoringClassInUserRoleScopeAlreadyExistsException(SerializationInfo, StreamingContext)

Initializes a new MonitoringClassInUserRoleScopeAlreadyExistsException object with serialized data.

MonitoringClassInUserRoleScopeAlreadyExistsException(String)

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

MonitoringClassInUserRoleScopeAlreadyExistsException(String, Exception)

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

Properties

ClassId

Gets the identifier of the Class that already occurs in the User Role scope.

MonitoringClassId
Obsolete.

Gets the identifier (GUID) for the monitoring Class that already occurs in the User Role scope.

UserRoleId

Gets the identifier of the User Role with the Class that caused the exception.

Methods

GetObjectData(SerializationInfo, StreamingContext)

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

Applies to