Compartir a través de


Clase ArgumentConstraintException

The exception that is thrown 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. Initializes a new instance of the ArgumentConstraintException class.
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 Gets the component where the exception occurred.
Propiedad pública Constraint Gets the object that demonstrates the constraint.
Propiedad pública Data (Se hereda de Exception.)
Propiedad pública HelpLink (Se hereda de Exception.)
Propiedad pública 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 Gets 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 Gets 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 Importante para la seguridad. (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

Eventos

  Nombre Descripción
Evento protegido SerializeObjectState (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.

Vea también

Referencia

Espacio de nombres Microsoft.ReportingServices.RdlObjectModel