ViewInUserRoleScopeAlreadyExistsException Class

Definition

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

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

Constructors

ViewInUserRoleScopeAlreadyExistsException()

Initializes a new instance of the ViewInUserRoleScopeAlreadyExistsException class.

ViewInUserRoleScopeAlreadyExistsException(Exception)

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

ViewInUserRoleScopeAlreadyExistsException(Guid, Guid)

Initializes a new instance of the ViewInUserRoleScopeAlreadyExistsException class with the specified parameters.

ViewInUserRoleScopeAlreadyExistsException(SerializationInfo, StreamingContext)

Initializes a new instance of the ViewInUserRoleScopeAlreadyExistsException class with serialized data.

ViewInUserRoleScopeAlreadyExistsException(String)

Initializes a new instance of the ViewInUserRoleScopeAlreadyExistsException class with the specified message.

ViewInUserRoleScopeAlreadyExistsException(String, Exception)

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

Properties

UserRoleId

Gets the User Role identifier.

(Inherited from MonitoringViewInUserRoleScopeAlreadyExistsException)
ViewId

Gets the View identifier that caused the exception.

(Inherited from MonitoringViewInUserRoleScopeAlreadyExistsException)

Methods

GetObjectData(SerializationInfo, StreamingContext)

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

(Inherited from MonitoringViewInUserRoleScopeAlreadyExistsException)

Applies to