Partilhar via


Construtor ArgumentTooSmallException (Object, String, Object, Object)

Initializes a new instance of the ArgumentTooSmallException class.

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

Sintaxe

'Declaração
Public Sub New ( _
    component As Object, _
    property As String, _
    value As Object, _
    minimum As Object _
)
'Uso
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
)

Parâmetros

  • component
    Tipo: System.Object
    The component where the exception occurred.
  • property
    Tipo: System.String
    The property that caused the exception.
  • minimum
    Tipo: System.Object
    The minimum allowable value of the property.

Consulte também

Referência

ArgumentTooSmallException Classe

Sobrecarregado ArgumentTooSmallException

Namespace Microsoft.ReportingServices.RdlObjectModel