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 | |
---|---|---|
ArgumentConstraintException(SerializationInfo, StreamingContext) | Infraestructura. Initializes a new instance of the ArgumentConstraintException class. | |
ArgumentConstraintException(Object, String, Object, Object, String) | Initializes a new instance of the ArgumentConstraintException class. |
Arriba
Propiedades
Nombre | Descripción | |
---|---|---|
Component | Gets the component where the exception occurred. | |
Constraint | Gets the object that demonstrates the constraint. | |
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. | |
Source | (Se hereda de Exception.) | |
StackTrace | (Se hereda de Exception.) | |
TargetSite | (Se hereda de Exception.) | |
Value | Gets the value of the property. |
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