Compartir a través de


Clase ArgumentTooLargeException

The exception that is thrown when the value of a property is greater than the maximum value allowed.

Jerarquía de herencia

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

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

Sintaxis

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

El tipo ArgumentTooLargeException expone los siguientes miembros.

Constructores

  Nombre Descripción
Método protegido ArgumentTooLargeException(SerializationInfo, StreamingContext) Infraestructura. Initializes a new instance of the ArgumentTooLargeException class with serialized data.
Método público ArgumentTooLargeException(Object, String, Object, Object) Initializes a new instance of the ArgumentTooLargeException 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