Share via


MonitoringViewInUserRoleScopeAlreadyExistsException Class

Definition

Caution

Use ViewInUserRoleScopeAlreadyExistsException

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

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

Constructors

MonitoringViewInUserRoleScopeAlreadyExistsException()

Initializes a new MonitoringViewInUserRoleScopeAlreadyExistsException object.

MonitoringViewInUserRoleScopeAlreadyExistsException(Exception)

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

MonitoringViewInUserRoleScopeAlreadyExistsException(Guid, Guid)

Initializes a new MonitoringViewInUserRoleScopeAlreadyExistsException object with monitoring View and User Role identifiers.

MonitoringViewInUserRoleScopeAlreadyExistsException(SerializationInfo, StreamingContext)

Initializes a new MonitoringViewInUserRoleScopeAlreadyExistsException object by using serialized data.

MonitoringViewInUserRoleScopeAlreadyExistsException(String)

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

MonitoringViewInUserRoleScopeAlreadyExistsException(String, Exception)

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

MonitoringViewInUserRoleScopeAlreadyExistsException(ViewInUserRoleScopeAlreadyExistsException)

Initializes a new instance of the MonitoringViewInUserRoleScopeAlreadyExistsException class by copying values from the specified ViewInUserRoleScopeAlreadyExistsException parameter.

Properties

UserRoleId

Gets the User Role identifier.

ViewId

Gets the View identifier that caused the exception.

Methods

GetObjectData(SerializationInfo, StreamingContext)

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

Applies to