Compartir a través de


ArgumentConstraintException Miembros

Occurs when the value of a property is outside of the constraint applied.

El tipo ArgumentConstraintException expone los siguientes miembros.

Constructores

  Nombre Descripción
Método publico ArgumentConstraintException Initializes a new instance of the ArgumentConstraintException 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.
Propiedad pública Constraint The object that demonstrates the constraint.
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.
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.

Principio