RankAlertForUserOverQuotaException Class

The RankAlertForUserOverQuotaException class represents the exception thrown when a user has too many ranked alerts and tries to create a new alert.

System.Object

   Microsoft.SharePoint.Portal.Alerts.AlertException

      Microsoft.SharePoint.Portal.Alerts.RankAlertForUserOverQuotaException

Public Constructors

The following table shows the constructors of the RankAlertForUserOverQuotaException class and a brief description of each.

Name Description
RankAlertForUserOverQuotaException(string, e) Initializes a new instance of the RankAlertForUserOverQuotaException class with the specified error message and a reference to the inner exception that is the cause of this exception.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread safe.

Remarks

This exception is only thrown at alert creation. Alert quotas and other user policies are stored in the UserPolicy class.

Requirements

Namespace: Microsoft.SharePoint.Portal.Alerts

Platforms: Microsoft Windows Server 2003

Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)

Security: Code Access Security

UserPolicy Class