ConsoleTaskInUserRoleScopeAlreadyExistsException Class

Definition

Represents the exception that is thrown when a console task already exists in a user role scope.

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

Constructors

ConsoleTaskInUserRoleScopeAlreadyExistsException()

Initializes a new instance of the ConsoleTaskInUserRoleScopeAlreadyExistsException class with default values.

ConsoleTaskInUserRoleScopeAlreadyExistsException(Exception)

Initializes a new instance of the ConsoleTaskInUserRoleScopeAlreadyExistsException class by specifying an inner exception that caused the current exception.

ConsoleTaskInUserRoleScopeAlreadyExistsException(Guid, Guid)

Initializes a new instance of the ConsoleTaskInUserRoleScopeAlreadyExistsException class with reference to the user and console task.

ConsoleTaskInUserRoleScopeAlreadyExistsException(SerializationInfo, StreamingContext)

Initializes a new instance of the ConsoleTaskInUserRoleScopeAlreadyExistsException class with serialized data.

ConsoleTaskInUserRoleScopeAlreadyExistsException(String)

Initializes a new instance of the ConsoleTaskInUserRoleScopeAlreadyExistsException class by specifying the error message that describes the current exception.

ConsoleTaskInUserRoleScopeAlreadyExistsException(String, Exception)

Initializes a new instance of the ConsoleTaskInUserRoleScopeAlreadyExistsException class with an error message and inner exception.

Properties

ConsoleTaskId

Gets the console task identifier that already exists in the user role.

UserRoleId

Gets the user role scope identifier that already has the console task.

Methods

GetObjectData(SerializationInfo, StreamingContext)

Gets object data about this exception.

Applies to