InvalidTaskInUserRoleScopeException Class

Definition

Represents the exception that is thrown because there is an invalid task specified in the user role scope.

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

Constructors

InvalidTaskInUserRoleScopeException()

Initializes a new instance of the InvalidTaskInUserRoleScopeException class.

InvalidTaskInUserRoleScopeException(Exception)

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

InvalidTaskInUserRoleScopeException(Guid, Guid)

Initializes a new instance of the InvalidTaskInUserRoleScopeException class using the specified parameters.

InvalidTaskInUserRoleScopeException(SerializationInfo, StreamingContext)

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

InvalidTaskInUserRoleScopeException(String)

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

InvalidTaskInUserRoleScopeException(String, Exception)

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

Properties

TaskId

Gets the identifier of the invalid Task in the User Role scope that caused the exception.

(Inherited from InvalidMonitoringTaskInUserRoleScopeException)
UserRoleId

Gets the identifier of the User Role with the invalid Task in its scope that caused the exception.

(Inherited from InvalidMonitoringTaskInUserRoleScopeException)

Methods

GetObjectData(SerializationInfo, StreamingContext)

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

(Inherited from InvalidMonitoringTaskInUserRoleScopeException)

Applies to