Compartir a través de


ArgumentTooSmallException Miembros

Occurs when the value of a property is lower than the minimum value allowed.

El tipo ArgumentTooSmallException expone los siguientes miembros.

Constructores

  Nombre Descripción
Método publico ArgumentTooSmallException Initializes a new instance of the ArgumentTooSmallException class.

Principio

Métodos

  Nombre Descripción
Método publico Equals (Se hereda de Object).
Método protegido Finalize (Se hereda de Object).
Método publico GetBaseException (Se hereda de Exception).
Método publico GetHashCode (Se hereda de Object).
Método publico GetObjectData (Se hereda de ArgumentException).
Método publico GetType (Se hereda de Exception).
Método protegido MemberwiseClone (Se hereda de Object).
Método publico ToString (Se hereda de Exception).

Principio

Propiedades

  Nombre Descripción
Propiedad pública Component The component where the exception occurred. (Se hereda de ArgumentConstraintException).
Propiedad pública Constraint The object that demonstrates the constraint. (Se hereda de ArgumentConstraintException).
Propiedad pública Data (Se hereda de Exception).
Propiedad pública HelpLink (Se hereda de Exception).
Propiedad protegida HResult (Se hereda de Exception).
Propiedad pública InnerException (Se hereda de Exception).
Propiedad pública Message (Se hereda de ArgumentException).
Propiedad pública ParamName (Se hereda de ArgumentException).
Propiedad pública Property The property that caused the exception. (Se hereda de ArgumentConstraintException).
Propiedad pública Source (Se hereda de Exception).
Propiedad pública StackTrace (Se hereda de Exception).
Propiedad pública TargetSite (Se hereda de Exception).
Propiedad pública Value The value of the property. (Se hereda de ArgumentConstraintException).

Principio