Compartir a través de


Clase ArgumentTooSmallException

The exception that is thrown when the value of a property is lower than the minimum value allowed.

Jerarquía de herencia

System.Object
  System.Exception
    System.SystemException
      System.ArgumentException
        Microsoft.ReportingServices.RdlObjectModel.ArgumentConstraintException
          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 ArgumentTooSmallException _
    Inherits ArgumentConstraintException
'Uso
Dim instance As ArgumentTooSmallException
[SerializableAttribute]
public class ArgumentTooSmallException : ArgumentConstraintException
[SerializableAttribute]
public ref class ArgumentTooSmallException : public ArgumentConstraintException
[<SerializableAttribute>]
type ArgumentTooSmallException =  
    class 
        inherit ArgumentConstraintException 
    end
public class ArgumentTooSmallException extends ArgumentConstraintException

El tipo ArgumentTooSmallException expone los siguientes miembros.

Constructores

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

Arriba

Propiedades

  Nombre Descripción
Propiedad pública Component Gets the component where the exception occurred. (Se hereda de ArgumentConstraintException.)
Propiedad pública Constraint Gets 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 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. (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 Gets the value of the property. (Se hereda de ArgumentConstraintException.)

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