Share via


DashboardReferenceInUserRoleScopeNotAllowedException Class

Definition

Represents the exception that is thrown when the dashboard reference is not allowed to be added to a user role scope.

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

Constructors

DashboardReferenceInUserRoleScopeNotAllowedException()

Initializes a new instance of the DashboardReferenceInUserRoleScopeNotAllowedException class.

DashboardReferenceInUserRoleScopeNotAllowedException(Exception)

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

DashboardReferenceInUserRoleScopeNotAllowedException(Guid)

Initializes a new instance of the DashboardReferenceInUserRoleScopeNotAllowedException class using the specified user role identifier parameter.

DashboardReferenceInUserRoleScopeNotAllowedException(SerializationInfo, StreamingContext)

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

DashboardReferenceInUserRoleScopeNotAllowedException(String)

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

DashboardReferenceInUserRoleScopeNotAllowedException(String, Exception)

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

Properties

UserRoleId

Gets the user role identifier.

Methods

GetObjectData(SerializationInfo, StreamingContext)

Sets the SerializationInfo object with information about the exception.

Applies to