Langue

ArgumentTooSmallException Classe

Définition

L’exception est lancée lorsque la valeur d’une propriété est inférieure à la valeur minimale autorisée.

public ref class ArgumentTooSmallException : Microsoft::ReportingServices::RdlObjectModel::ArgumentConstraintException
[System.Serializable]
public class ArgumentTooSmallException : Microsoft.ReportingServices.RdlObjectModel.ArgumentConstraintException
[<System.Serializable>]
type ArgumentTooSmallException = class
    inherit ArgumentConstraintException
Public Class ArgumentTooSmallException
Inherits ArgumentConstraintException
Héritage
Attributs

Constructeurs

Nom Description
ArgumentTooSmallException(Object, String, Object, Object)

Initialise une nouvelle instance de la classe ArgumentTooSmallException.

ArgumentTooSmallException(SerializationInfo, StreamingContext)

Initialise une nouvelle instance de la classe ArgumentTooSmallException.

Propriétés

Nom Description
Component

Obtient la composante où l’exception a eu lieu.

(Hérité de ArgumentConstraintException)
Constraint

Obtient l’objet qui démontre la contrainte.

(Hérité de ArgumentConstraintException)
Property

Obtient la propriété qui a causé l’exception.

(Hérité de ArgumentConstraintException)
Value

Ça obtient la valeur du bien.

(Hérité de ArgumentConstraintException)

S’applique à