InvalidConsoleTaskInUserRoleScopeException Class

Definition

Represents the exception that is thrown because a console task is specified that is invalid for the user role scope.

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

Constructors

InvalidConsoleTaskInUserRoleScopeException()

Initializes a new instance of the InvalidConsoleTaskInUserRoleScopeException class.

InvalidConsoleTaskInUserRoleScopeException(Exception)

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

InvalidConsoleTaskInUserRoleScopeException(Guid, Guid)

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

InvalidConsoleTaskInUserRoleScopeException(SerializationInfo, StreamingContext)

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

InvalidConsoleTaskInUserRoleScopeException(String)

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

InvalidConsoleTaskInUserRoleScopeException(String, Exception)

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

Properties

ConsoleTaskId

Gets the identifier for the invalid console task.

UserRoleId

Gets the identifier for the user role.

Methods

GetObjectData(SerializationInfo, StreamingContext)

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

Applies to