Share via


DashboardReferenceInUserRoleScopeAlreadyExistsException Class

Definition

Represents the exception that is thrown when dashboard reference already exists in the user role scope.

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

Constructors

DashboardReferenceInUserRoleScopeAlreadyExistsException()

Initializes a new instance of the DashboardReferenceInUserRoleScopeAlreadyExistsException class.

DashboardReferenceInUserRoleScopeAlreadyExistsException(Exception)

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

DashboardReferenceInUserRoleScopeAlreadyExistsException(Guid, Guid)

Initializes a new instance of the DashboardReferenceInUserRoleScopeAlreadyExistsException class using the specified user role and dashboard reference identifier parameters.

DashboardReferenceInUserRoleScopeAlreadyExistsException(SerializationInfo, StreamingContext)

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

DashboardReferenceInUserRoleScopeAlreadyExistsException(String)

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

DashboardReferenceInUserRoleScopeAlreadyExistsException(String, Exception)

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

Properties

DashboardReferenceId

Gets the dashboard reference identifier that already exists in the user role.

UserRoleId

Gets the user role scope identifier that already has the dashboard reference.

Methods

GetObjectData(SerializationInfo, StreamingContext)

Sets the SerializationInfo object with information about the exception.

Applies to