Classe ArgumentTooSmallException
Occurs when the value of a property is lower than the minimum value allowed.
Espace de noms : Microsoft.ReportingServices.RdlObjectModel
Assembly : Microsoft.ReportingServices.Designer.Controls (dans Microsoft.ReportingServices.Designer.Controls.dll)
Syntaxe
'Déclaration
<SerializableAttribute> _
Public Class ArgumentTooSmallException _
Inherits ArgumentConstraintException
'Utilisation
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
Hiérarchie d'héritage
System. . :: . .Object
System. . :: . .Exception
System. . :: . .SystemException
System. . :: . .ArgumentException
Microsoft.ReportingServices.RdlObjectModel. . :: . .ArgumentConstraintException
Microsoft.ReportingServices.RdlObjectModel..::..ArgumentTooSmallException
Sécurité des threads
Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Il n'est pas garanti que les membres d'instance soient thread-safe.