Share via


InvalidDashboardReferenceInUserRoleScopeException Class

Definition

Represents the exception that is thrown when the dashboard reference specified in the user role scope is not valid.

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

Constructors

InvalidDashboardReferenceInUserRoleScopeException()

Initializes a new InvalidDashboardReferenceInUserRoleScopeException object.

InvalidDashboardReferenceInUserRoleScopeException(Exception)

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

InvalidDashboardReferenceInUserRoleScopeException(Guid, Guid)

Initializes a new InvalidDashboardReferenceInUserRoleScopeException object using the specified user role and dashboard reference identifier parameters.

InvalidDashboardReferenceInUserRoleScopeException(SerializationInfo, StreamingContext)

Initializes a new InvalidDashboardReferenceInUserRoleScopeException object using the serialized data.

InvalidDashboardReferenceInUserRoleScopeException(String)

Initializes a new InvalidDashboardReferenceInUserRoleScopeException object using the specified error message.

InvalidDashboardReferenceInUserRoleScopeException(String, Exception)

Initializes a new InvalidDashboardReferenceInUserRoleScopeException object using the specified error message and a reference to the inner exception that is the cause of this exception.

Properties

DashboardReferenceId

Gets the dashboard reference identifier.

UserRoleId

Gets the user role identifier.

Methods

GetObjectData(SerializationInfo, StreamingContext)

Sets the SerializationInfo object with information about the exception.

Applies to