Udostępnij za pośrednictwem


Konstruktor ArgumentTooSmallException (Object, String, Object, Object)

Inicjuje nowe wystąpienie ArgumentTooSmallException klasy

Przestrzeń nazw:  Microsoft.ReportingServices.RdlObjectModel
Zestaw:  Microsoft.ReportingServices.Designer.Controls (w Microsoft.ReportingServices.Designer.Controls.dll)

Składnia

'Deklaracja
Public Sub New ( _
    component As Object, _
    property As String, _
    value As Object, _
    minimum As Object _
)
'Użycie
Dim component As Object
Dim property As String
Dim value As Object
Dim minimum As Object

Dim instance As New ArgumentTooSmallException(component, _
    property, value, minimum)
public ArgumentTooSmallException(
    Object component,
    string property,
    Object value,
    Object minimum
)
public:
ArgumentTooSmallException(
    Object^ component, 
    String^ property, 
    Object^ value, 
    Object^ minimum
)
new : 
        component:Object * 
        property:string * 
        value:Object * 
        minimum:Object -> ArgumentTooSmallException
public function ArgumentTooSmallException(
    component : Object, 
    property : String, 
    value : Object, 
    minimum : Object
)

Parametry

  • component
    Typ: System.Object
    Składnik, w którym wystąpił wyjątek.
  • property
    Typ: System.String
    Właściwość, która spowodowała wyjątek.
  • minimum
    Typ: System.Object
    Wartość minimalna allawable właściwość.