Share via


InvalidMonitoringClassInUserRoleScopeException Class

Definition

Caution

Use InvalidClassInUserRoleScopeException

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

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

Constructors

InvalidMonitoringClassInUserRoleScopeException()

Initializes a new InvalidMonitoringClassInUserRoleScopeException object.

InvalidMonitoringClassInUserRoleScopeException(Exception)

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

InvalidMonitoringClassInUserRoleScopeException(Guid, Guid)

Initializes a new InvalidMonitoringClassInUserRoleScopeException object with a User Role identifier and a Class identifier.

InvalidMonitoringClassInUserRoleScopeException(InvalidClassInUserRoleScopeException)

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

InvalidMonitoringClassInUserRoleScopeException(SerializationInfo, StreamingContext)

Initializes a new InvalidMonitoringClassInUserRoleScopeException object with serialized data.

InvalidMonitoringClassInUserRoleScopeException(String)

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

InvalidMonitoringClassInUserRoleScopeException(String, Exception)

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

Properties

ClassId

Gets the value of the Class identifier that caused the exception.

MonitoringClassId
Obsolete.

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

UserRoleId

Gets the identifier of the User Role with the invalid Class.

Methods

GetObjectData(SerializationInfo, StreamingContext)

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

Applies to