Partager via


Classe ArgumentConstraintException

The exception that is thrown 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. Initializes a new instance of the ArgumentConstraintException class.
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 Gets the component where the exception occurred.
Propriété publique Constraint Gets the object that demonstrates the constraint.
Propriété publique Data (hérité de Exception.)
Propriété publique HelpLink (hérité de Exception.)
Propriété publique 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 Gets 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 Gets 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 Informations critiques de sécurité. (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

Événements

  Nom Description
Événement protégé SerializeObjectState (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.

Voir aussi

Référence

Espace de noms Microsoft.ReportingServices.RdlObjectModel