Classe ArgumentTooSmallException
The exception that is thrown when the value of a property is lower than the minimum value allowed.
Hierarquia de herança
System.Object
System.Exception
System.SystemException
System.ArgumentException
Microsoft.ReportingServices.RdlObjectModel.ArgumentConstraintException
Microsoft.ReportingServices.RdlObjectModel.ArgumentTooSmallException
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxe
'Declaração
<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
O tipo ArgumentTooSmallException expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
ArgumentTooSmallException(SerializationInfo, StreamingContext) | Infraestrutura. Initializes a new instance of the ArgumentTooSmallException class. | |
ArgumentTooSmallException(Object, String, Object, Object) | Initializes a new instance of the ArgumentTooSmallException class. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
Component | Gets the component where the exception occurred. (Herdado de ArgumentConstraintException.) | |
Constraint | Gets the object that demonstrates the constraint. (Herdado de ArgumentConstraintException.) | |
Data | (Herdado de Exception.) | |
HelpLink | (Herdado de Exception.) | |
HResult | (Herdado de Exception.) | |
InnerException | (Herdado de Exception.) | |
Message | (Herdado de ArgumentException.) | |
ParamName | (Herdado de ArgumentException.) | |
Property | Gets the property that caused the exception. (Herdado de ArgumentConstraintException.) | |
Source | (Herdado de Exception.) | |
StackTrace | (Herdado de Exception.) | |
TargetSite | (Herdado de Exception.) | |
Value | Gets the value of the property. (Herdado de ArgumentConstraintException.) |
Início
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetBaseException | (Herdado de Exception.) | |
GetHashCode | (Herdado de Object.) | |
GetObjectData | Segurança crítica. (Herdado de ArgumentException.) | |
GetType | (Herdado de Exception.) | |
MemberwiseClone | (Herdado de Object.) | |
ToString | (Herdado de Exception.) |
Início
Eventos
Nome | Descrição | |
---|---|---|
SerializeObjectState | (Herdado de Exception.) |
Início
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.