Partager via


Classe ArgumentTooSmallException

The exception that is thrown when the value of a property is lower than the minimum value allowed.

Hiérarchie d'héritage

System.Object
  System.Exception
    System.SystemException
      System.ArgumentException
        Microsoft.ReportingServices.RdlObjectModel.ArgumentConstraintException
          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 ArgumentTooSmallException _
    Inherits ArgumentConstraintException
'Utilisation
Dim instance As ArgumentTooSmallException
[SerializableAttribute]
public class ArgumentTooSmallException : ArgumentConstraintException
[SerializableAttribute]
public ref class ArgumentTooSmallException : public ArgumentConstraintException
[<SerializableAttribute>]
type ArgumentTooSmallException =  
    class 
        inherit ArgumentConstraintException 
    end
public class ArgumentTooSmallException extends ArgumentConstraintException

Le type ArgumentTooSmallException expose les membres suivants.

Constructeurs

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

Haut de la page

Propriétés

  Nom Description
Propriété publique Component Gets the component where the exception occurred. (hérité de ArgumentConstraintException.)
Propriété publique Constraint Gets the object that demonstrates the constraint. (hérité de ArgumentConstraintException.)
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. (hérité de ArgumentConstraintException.)
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. (hérité de ArgumentConstraintException.)

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