Share via


InvalidMonitoringViewInUserRoleScopeException Class

Definition

Caution

Use InvalidViewInUserRoleScopeException

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

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

Constructors

InvalidMonitoringViewInUserRoleScopeException()

Initializes a new InvalidMonitoringViewInUserRoleScopeException object.

InvalidMonitoringViewInUserRoleScopeException(Exception)

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

InvalidMonitoringViewInUserRoleScopeException(Guid, Guid)

Initializes a new InvalidMonitoringViewInUserRoleScopeException object with a View identifier and User Role identifier.

InvalidMonitoringViewInUserRoleScopeException(InvalidViewInUserRoleScopeException)

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

InvalidMonitoringViewInUserRoleScopeException(SerializationInfo, StreamingContext)

Initializes a new InvalidMonitoringViewInUserRoleScopeException object with serialized data.

InvalidMonitoringViewInUserRoleScopeException(String)

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

InvalidMonitoringViewInUserRoleScopeException(String, Exception)

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

Properties

UserRoleId

Gets the identifier of the User Role that had the invalid View that caused the exception.

ViewId

Gets the identifier for the invalid View that caused the exception.

Methods

GetObjectData(SerializationInfo, StreamingContext)

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

Applies to