Classe ArgumentConstraintException
Occurs when the value of a property is outside of the constraint applied.
Espace de noms : Microsoft.ReportingServices.RdlObjectModel
Assembly : Microsoft.ReportingServices.Designer.Controls (dans Microsoft.ReportingServices.Designer.Controls.dll)
Syntaxe
'Déclaration
<SerializableAttribute> _
Public Class ArgumentConstraintException _
Inherits ArgumentException
'Utilisation
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
Hiérarchie d'héritage
System. . :: . .Object
System. . :: . .Exception
System. . :: . .SystemException
System. . :: . .ArgumentException
Microsoft.ReportingServices.RdlObjectModel..::..ArgumentConstraintException
Microsoft.ReportingServices.RdlObjectModel. . :: . .ArgumentTooLargeException
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.