Compartir a través de


Clase ArgumentConstraintException

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

Jerarquía de herencia

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

Espacio de nombres:  Microsoft.ReportingServices.RdlObjectModel
Ensamblado:  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxis

'Declaración
<SerializableAttribute> _
Public Class ArgumentConstraintException _
    Inherits ArgumentException
'Uso
Dim instance As ArgumentConstraintException
[SerializableAttribute]
public class ArgumentConstraintException : ArgumentException
[SerializableAttribute]
public ref class ArgumentConstraintException : public ArgumentException
[<SerializableAttribute>]
type ArgumentConstraintException =  
    class
        inherit ArgumentException
    end
public class ArgumentConstraintException extends ArgumentException

El tipo ArgumentConstraintException expone los siguientes miembros.

Constructores

  Nombre Descripción
Método protegido ArgumentConstraintException(SerializationInfo, StreamingContext) Infraestructura.
Método público ArgumentConstraintException(Object, String, Object, Object, String) Initializes a new instance of the ArgumentConstraintException class.

Arriba

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.

Arriba

Métodos

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

Arriba

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.