Share via


InvalidDashboardReferenceInUserRoleScopeException Constructors

Definition

Overloads

InvalidDashboardReferenceInUserRoleScopeException()

Initializes a new InvalidDashboardReferenceInUserRoleScopeException object.

InvalidDashboardReferenceInUserRoleScopeException(Exception)

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

InvalidDashboardReferenceInUserRoleScopeException(String)

Initializes a new InvalidDashboardReferenceInUserRoleScopeException object using the specified error message.

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

InvalidDashboardReferenceInUserRoleScopeException()

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

Applies to

InvalidDashboardReferenceInUserRoleScopeException(Exception)

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

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

Parameters

inner
Exception

The exception that is the cause of the current exception.

Applies to

InvalidDashboardReferenceInUserRoleScopeException(String)

Initializes a new InvalidDashboardReferenceInUserRoleScopeException object using the specified error message.

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

Parameters

message
String

The error message that states the current exception.

Applies to

InvalidDashboardReferenceInUserRoleScopeException(Guid, Guid)

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

public:
 InvalidDashboardReferenceInUserRoleScopeException(Guid userRoleId, Guid dashboardReferenceId);
public InvalidDashboardReferenceInUserRoleScopeException (Guid userRoleId, Guid dashboardReferenceId);
new Microsoft.EnterpriseManagement.Common.InvalidDashboardReferenceInUserRoleScopeException : Guid * Guid -> Microsoft.EnterpriseManagement.Common.InvalidDashboardReferenceInUserRoleScopeException
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 that is not valid for the user role.

Applies to

InvalidDashboardReferenceInUserRoleScopeException(SerializationInfo, StreamingContext)

Initializes a new InvalidDashboardReferenceInUserRoleScopeException object using the serialized data.

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

Parameters

info
SerializationInfo

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

context
StreamingContext

The StreamingContext object that contains contextual information about the source or destination.

Applies to

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.

public:
 InvalidDashboardReferenceInUserRoleScopeException(System::String ^ message, Exception ^ inner);
public InvalidDashboardReferenceInUserRoleScopeException (string message, Exception inner);
new Microsoft.EnterpriseManagement.Common.InvalidDashboardReferenceInUserRoleScopeException : string * Exception -> Microsoft.EnterpriseManagement.Common.InvalidDashboardReferenceInUserRoleScopeException
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