Share via


InvalidMonitoringObjectInUserRoleScopeException Class

Definition

Caution

Use InvalidObjectInUserRoleScopeException

Represents the exception that is thrown because there is an invalid monitoring Object specified in the User Role scope.

public ref class InvalidMonitoringObjectInUserRoleScopeException : Microsoft::EnterpriseManagement::Common::EnterpriseManagementException
[System.Obsolete("Use InvalidObjectInUserRoleScopeException")]
[System.Serializable]
public class InvalidMonitoringObjectInUserRoleScopeException : Microsoft.EnterpriseManagement.Common.EnterpriseManagementException
type InvalidMonitoringObjectInUserRoleScopeException = class
    inherit EnterpriseManagementException
Public Class InvalidMonitoringObjectInUserRoleScopeException
Inherits EnterpriseManagementException
Inheritance
InvalidMonitoringObjectInUserRoleScopeException
Derived
Attributes

Constructors

InvalidMonitoringObjectInUserRoleScopeException()

Initializes a new InvalidMonitoringObjectInUserRoleScopeException object.

InvalidMonitoringObjectInUserRoleScopeException(Exception)

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

InvalidMonitoringObjectInUserRoleScopeException(Guid, Guid)

Initializes a new InvalidMonitoringObjectInUserRoleScopeException object with a User Role identifier and an Object identifier.

InvalidMonitoringObjectInUserRoleScopeException(InvalidObjectInUserRoleScopeException)

Initializes a new instance of the InvalidMonitoringObjectInUserRoleScopeException class by copying values from the specified exception.

InvalidMonitoringObjectInUserRoleScopeException(SerializationInfo, StreamingContext)

Initializes a new InvalidMonitoringObjectInUserRoleScopeException object with serialized data.

InvalidMonitoringObjectInUserRoleScopeException(String)

Initializes a new InvalidMonitoringObjectInUserRoleScopeException object by specifying the error message that describes the current exception.

InvalidMonitoringObjectInUserRoleScopeException(String, Exception)

Initializes a new InvalidMonitoringObjectInUserRoleScopeException object with an error message and inner exception.

Properties

MonitoringObjectId
Obsolete.

Gets the identifier for the invalid Object in the User Role scope.

ObjectId

Gets the identifier for the invalid Object in the User Role scope.

UserRoleId

Gets the identifier for the User Role that contains the invalid Object.

Methods

GetObjectData(SerializationInfo, StreamingContext)

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

Applies to