Classe ArgumentTooSmallException
The exception that is thrown when the value of a property is lower than the minimum value allowed.
Gerarchia di ereditarietà
System.Object
System.Exception
System.SystemException
System.ArgumentException
Microsoft.ReportingServices.RdlObjectModel.ArgumentConstraintException
Microsoft.ReportingServices.RdlObjectModel.ArgumentTooSmallException
Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Sintassi
'Dichiarazione
<SerializableAttribute> _
Public Class ArgumentTooSmallException _
Inherits ArgumentConstraintException
'Utilizzo
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
Nel tipo ArgumentTooSmallException sono esposti i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
![]() |
ArgumentTooSmallException(SerializationInfo, StreamingContext) | Infrastruttura. Initializes a new instance of the ArgumentTooSmallException class. |
![]() |
ArgumentTooSmallException(Object, String, Object, Object) | Initializes a new instance of the ArgumentTooSmallException class. |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
![]() |
Component | Gets the component where the exception occurred. Ereditato da ArgumentConstraintException. |
![]() |
Constraint | Gets the object that demonstrates the constraint. Ereditato da ArgumentConstraintException. |
![]() |
Data | Ereditato da Exception. |
![]() |
HelpLink | Ereditato da Exception. |
![]() |
HResult | Ereditato da Exception. |
![]() |
InnerException | Ereditato da Exception. |
![]() |
Message | Ereditato da ArgumentException. |
![]() |
ParamName | Ereditato da ArgumentException. |
![]() |
Property | Gets the property that caused the exception. Ereditato da ArgumentConstraintException. |
![]() |
Source | Ereditato da Exception. |
![]() |
StackTrace | Ereditato da Exception. |
![]() |
TargetSite | Ereditato da Exception. |
![]() |
Value | Gets the value of the property. Ereditato da ArgumentConstraintException. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
![]() |
Equals | Ereditato da Object. |
![]() |
Finalize | Ereditato da Object. |
![]() |
GetBaseException | Ereditato da Exception. |
![]() |
GetHashCode | Ereditato da Object. |
![]() |
GetObjectData | Criticità per la sicurezza. Ereditato da ArgumentException. |
![]() |
GetType | Ereditato da Exception. |
![]() |
MemberwiseClone | Ereditato da Object. |
![]() |
ToString | Ereditato da Exception. |
In alto
Eventi
Nome | Descrizione | |
---|---|---|
![]() |
SerializeObjectState | Ereditato da Exception. |
In alto
Protezione dei thread
I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.