Share via


DashboardReferenceInUserRoleScopeAlreadyExistsException Constructors

Definition

Initializes a new instance of the DashboardReferenceInUserRoleScopeAlreadyExistsException class.

Overloads

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(String)

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

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, 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.

DashboardReferenceInUserRoleScopeAlreadyExistsException()

Initializes a new instance of the DashboardReferenceInUserRoleScopeAlreadyExistsException class.

public:
 DashboardReferenceInUserRoleScopeAlreadyExistsException();
public DashboardReferenceInUserRoleScopeAlreadyExistsException ();
Public Sub New ()

Applies to

DashboardReferenceInUserRoleScopeAlreadyExistsException(Exception)

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

public:
 DashboardReferenceInUserRoleScopeAlreadyExistsException(Exception ^ inner);
public DashboardReferenceInUserRoleScopeAlreadyExistsException (Exception inner);
new Microsoft.EnterpriseManagement.Common.DashboardReferenceInUserRoleScopeAlreadyExistsException : Exception -> Microsoft.EnterpriseManagement.Common.DashboardReferenceInUserRoleScopeAlreadyExistsException
Public Sub New (inner As Exception)

Parameters

inner
Exception

The exception that is the cause of the current exception.

Applies to

DashboardReferenceInUserRoleScopeAlreadyExistsException(String)

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

public:
 DashboardReferenceInUserRoleScopeAlreadyExistsException(System::String ^ message);
public DashboardReferenceInUserRoleScopeAlreadyExistsException (string message);
new Microsoft.EnterpriseManagement.Common.DashboardReferenceInUserRoleScopeAlreadyExistsException : string -> Microsoft.EnterpriseManagement.Common.DashboardReferenceInUserRoleScopeAlreadyExistsException
Public Sub New (message As String)

Parameters

message
String

The error message that states the current exception.

Applies to

DashboardReferenceInUserRoleScopeAlreadyExistsException(Guid, Guid)

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

public:
 DashboardReferenceInUserRoleScopeAlreadyExistsException(Guid userRoleId, Guid dashboardReferenceId);
public DashboardReferenceInUserRoleScopeAlreadyExistsException (Guid userRoleId, Guid dashboardReferenceId);
new Microsoft.EnterpriseManagement.Common.DashboardReferenceInUserRoleScopeAlreadyExistsException : Guid * Guid -> Microsoft.EnterpriseManagement.Common.DashboardReferenceInUserRoleScopeAlreadyExistsException
Public Sub New (userRoleId As Guid, dashboardReferenceId As Guid)

Parameters

userRoleId
Guid

The GUID for the user role.

dashboardReferenceId
Guid

The GUID for the dashboard reference.

Applies to

DashboardReferenceInUserRoleScopeAlreadyExistsException(SerializationInfo, StreamingContext)

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

protected:
 DashboardReferenceInUserRoleScopeAlreadyExistsException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected DashboardReferenceInUserRoleScopeAlreadyExistsException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Microsoft.EnterpriseManagement.Common.DashboardReferenceInUserRoleScopeAlreadyExistsException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.EnterpriseManagement.Common.DashboardReferenceInUserRoleScopeAlreadyExistsException
Protected Sub New (info As SerializationInfo, context As StreamingContext)

Parameters

info
SerializationInfo

The object that holds the serialized data about the exception being thrown.

context
StreamingContext

The contextual information about the source or destination of the serialized object.

Applies to

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.

public:
 DashboardReferenceInUserRoleScopeAlreadyExistsException(System::String ^ message, Exception ^ inner);
public DashboardReferenceInUserRoleScopeAlreadyExistsException (string message, Exception inner);
new Microsoft.EnterpriseManagement.Common.DashboardReferenceInUserRoleScopeAlreadyExistsException : string * Exception -> Microsoft.EnterpriseManagement.Common.DashboardReferenceInUserRoleScopeAlreadyExistsException
Public Sub New (message As String, inner As Exception)

Parameters

message
String

The error message that states the current exception.

inner
Exception

The exception that is the cause of the current exception.

Applies to