TaskInUserRoleScopeAlreadyExistsException Class

Definition

Represents the exception that is thrown because a task already exists in the user role scope. Check for duplicate assignments.

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

Constructors

TaskInUserRoleScopeAlreadyExistsException()

Initializes a new instance of the TaskInUserRoleScopeAlreadyExistsException class.

TaskInUserRoleScopeAlreadyExistsException(Exception)

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

TaskInUserRoleScopeAlreadyExistsException(Guid, Guid)

Initializes a new instance of the TaskInUserRoleScopeAlreadyExistsException class using the specified user role identifier and task identifier parameters.

TaskInUserRoleScopeAlreadyExistsException(SerializationInfo, StreamingContext)

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

TaskInUserRoleScopeAlreadyExistsException(String)

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

TaskInUserRoleScopeAlreadyExistsException(String, Exception)

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

Properties

TaskId (Inherited from MonitoringTaskInUserRoleScopeAlreadyExistsException)
UserRoleId (Inherited from MonitoringTaskInUserRoleScopeAlreadyExistsException)

Methods

GetObjectData(SerializationInfo, StreamingContext)

Sets the parameters required to serialize this instance of the MonitoringTaskInUserRoleScopeAlreadyExistsException class.

(Inherited from MonitoringTaskInUserRoleScopeAlreadyExistsException)

Applies to