Partager via


Classe ArgumentTooLargeException

The exception that is thrown when the value of a property is greater than the maximum value allowed.

Hiérarchie d'héritage

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

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

Syntaxe

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

Le type ArgumentTooLargeException expose les membres suivants.

Constructeurs

  Nom Description
Méthode protégée ArgumentTooLargeException(SerializationInfo, StreamingContext) Infrastructure. Initializes a new instance of the ArgumentTooLargeException class with serialized data.
Méthode publique ArgumentTooLargeException(Object, String, Object, Object) Initializes a new instance of the ArgumentTooLargeException 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