Compartir a través de


Clase ArgumentTooLargeException

Occurs 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.
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 The component where the exception occurred. (Se hereda de ArgumentConstraintException.)
Propiedad pública Constraint 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 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. (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 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 (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.