Freigeben über


ArgumentTooSmallException-Klasse

Occurs when the value of a property is lower than the minimum value allowed.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Class ArgumentTooSmallException _
    Inherits ArgumentConstraintException
'Usage
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

Vererbungshierarchie

System. . :: . .Object
  System. . :: . .Exception
    System. . :: . .SystemException
      System. . :: . .ArgumentException
        Microsoft.ReportingServices.RdlObjectModel. . :: . .ArgumentConstraintException
          Microsoft.ReportingServices.RdlObjectModel..::..ArgumentTooSmallException

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.