Partager via


Classe ArgumentConstraintException

Occurs when the value of a property is outside of the constraint applied.

Hiérarchie d'héritage

System. . :: . .Object
  System. . :: . .Exception
    System. . :: . .SystemException
      System. . :: . .ArgumentException
        Microsoft.ReportingServices.RdlObjectModel..::..ArgumentConstraintException
          Microsoft.ReportingServices.RdlObjectModel. . :: . .ArgumentTooLargeException
          Microsoft.ReportingServices.RdlObjectModel. . :: . .ArgumentTooSmallException

Espace de noms :  Microsoft.ReportingServices.RdlObjectModel
Assembly :  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Syntaxe

'Déclaration
<SerializableAttribute> _
Public Class ArgumentConstraintException _
    Inherits ArgumentException
'Utilisation
Dim instance As ArgumentConstraintException
[SerializableAttribute]
public class ArgumentConstraintException : ArgumentException
[SerializableAttribute]
public ref class ArgumentConstraintException : public ArgumentException
[<SerializableAttribute>]
type ArgumentConstraintException =  
    class
        inherit ArgumentException
    end
public class ArgumentConstraintException extends ArgumentException

Le type ArgumentConstraintException expose les membres suivants.

Constructeurs

  Nom Description
Méthode protégée ArgumentConstraintException(SerializationInfo, StreamingContext) Infrastructure.
Méthode publique ArgumentConstraintException(Object, String, Object, Object, String) Initializes a new instance of the ArgumentConstraintException class.

Haut de la page

Propriétés

  Nom Description
Propriété publique Component The component where the exception occurred.
Propriété publique Constraint The object that demonstrates the constraint.
Propriété publique Data (hérité de Exception.)
Propriété publique HelpLink (hérité de Exception.)
Propriété protégée HResult (hérité de Exception.)
Propriété publique InnerException (hérité de Exception.)
Propriété publique Message (hérité de ArgumentException.)
Propriété publique ParamName (hérité de ArgumentException.)
Propriété publique Property The property that caused the exception.
Propriété publique Source (hérité de Exception.)
Propriété publique StackTrace (hérité de Exception.)
Propriété publique TargetSite (hérité de Exception.)
Propriété publique Value The value of the property.

Haut de la page

Méthodes

  Nom Description
Méthode publique Equals (hérité de Object.)
Méthode protégée Finalize (hérité de Object.)
Méthode publique GetBaseException (hérité de Exception.)
Méthode publique GetHashCode (hérité de Object.)
Méthode publique GetObjectData (hérité de ArgumentException.)
Méthode publique GetType (hérité de Exception.)
Méthode protégée MemberwiseClone (hérité de Object.)
Méthode publique ToString (hérité de Exception.)

Haut de la page

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.