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 | |
---|---|---|
ArgumentTooSmallException(SerializationInfo, StreamingContext) | Infraestructura. Initializes a new instance of the ArgumentTooSmallException class. | |
ArgumentTooSmallException(Object, String, Object, Object) | Initializes a new instance of the ArgumentTooSmallException class. |
Arriba
Propiedades
Nombre | Descripción | |
---|---|---|
Component | Gets the component where the exception occurred. (Se hereda de ArgumentConstraintException.) | |
Constraint | Gets the object that demonstrates the constraint. (Se hereda de ArgumentConstraintException.) | |
Data | (Se hereda de Exception.) | |
HelpLink | (Se hereda de Exception.) | |
HResult | (Se hereda de Exception.) | |
InnerException | (Se hereda de Exception.) | |
Message | (Se hereda de ArgumentException.) | |
ParamName | (Se hereda de ArgumentException.) | |
Property | Gets the property that caused the exception. (Se hereda de ArgumentConstraintException.) | |
Source | (Se hereda de Exception.) | |
StackTrace | (Se hereda de Exception.) | |
TargetSite | (Se hereda de Exception.) | |
Value | Gets the value of the property. (Se hereda de ArgumentConstraintException.) |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
Equals | (Se hereda de Object.) | |
Finalize | (Se hereda de Object.) | |
GetBaseException | (Se hereda de Exception.) | |
GetHashCode | (Se hereda de Object.) | |
GetObjectData | Importante para la seguridad. (Se hereda de ArgumentException.) | |
GetType | (Se hereda de Exception.) | |
MemberwiseClone | (Se hereda de Object.) | |
ToString | (Se hereda de Exception.) |
Arriba
Eventos
Nombre | Descripción | |
---|---|---|
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