Freigeben über


ArgumentTooSmallException-Klasse

The exception that is thrown when the value of a property is lower than the minimum value allowed.

Vererbungshierarchie

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 (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

Der ArgumentTooSmallException-Typ macht folgende Elemente verfügbar.

Konstruktoren

  Name Beschreibung
Geschützte Methode ArgumentTooSmallException(SerializationInfo, StreamingContext) Infrastruktur Initializes a new instance of the ArgumentTooSmallException class.
Öffentliche Methode ArgumentTooSmallException(Object, String, Object, Object) Initializes a new instance of the ArgumentTooSmallException class.

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Component Gets the component where the exception occurred. (Geerbt von ArgumentConstraintException.)
Öffentliche Eigenschaft Constraint Gets the object that demonstrates the constraint. (Geerbt von ArgumentConstraintException.)
Öffentliche Eigenschaft Data (Geerbt von Exception.)
Öffentliche Eigenschaft HelpLink (Geerbt von Exception.)
Öffentliche Eigenschaft HResult (Geerbt von Exception.)
Öffentliche Eigenschaft InnerException (Geerbt von Exception.)
Öffentliche Eigenschaft Message (Geerbt von ArgumentException.)
Öffentliche Eigenschaft ParamName (Geerbt von ArgumentException.)
Öffentliche Eigenschaft Property Gets the property that caused the exception. (Geerbt von ArgumentConstraintException.)
Öffentliche Eigenschaft Source (Geerbt von Exception.)
Öffentliche Eigenschaft StackTrace (Geerbt von Exception.)
Öffentliche Eigenschaft TargetSite (Geerbt von Exception.)
Öffentliche Eigenschaft Value Gets the value of the property. (Geerbt von ArgumentConstraintException.)

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetBaseException (Geerbt von Exception.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetObjectData Sicherheitskritisch (Geerbt von ArgumentException.)
Öffentliche Methode GetType (Geerbt von Exception.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode ToString (Geerbt von Exception.)

Zum Anfang

Ereignisse

  Name Beschreibung
Geschütztes Ereignis SerializeObjectState (Geerbt von Exception.)

Zum Anfang

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.

Siehe auch

Verweis

Microsoft.ReportingServices.RdlObjectModel-Namespace